mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
merge from gcc
This commit is contained in:
parent
a97690cd3a
commit
145f4ab500
@ -1,3 +1,9 @@
|
||||
2008-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
PR other/33768
|
||||
* splay-tree.c (rotate_left): Fix minor typo in comment.
|
||||
(rotate_right): Likewise.
|
||||
|
||||
2007-11-12 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* floatformat.c (floatformat_ibm_long_double_is_valid): Fix
|
||||
|
@ -107,7 +107,7 @@ splay_tree_delete_helper (splay_tree sp, splay_tree_node node)
|
||||
}
|
||||
|
||||
/* Rotate the edge joining the left child N with its parent P. PP is the
|
||||
grandparents pointer to P. */
|
||||
grandparents' pointer to P. */
|
||||
|
||||
static inline void
|
||||
rotate_left (splay_tree_node *pp, splay_tree_node p, splay_tree_node n)
|
||||
@ -120,7 +120,7 @@ rotate_left (splay_tree_node *pp, splay_tree_node p, splay_tree_node n)
|
||||
}
|
||||
|
||||
/* Rotate the edge joining the right child N with its parent P. PP is the
|
||||
grandparents pointer to P. */
|
||||
grandparents' pointer to P. */
|
||||
|
||||
static inline void
|
||||
rotate_right (splay_tree_node *pp, splay_tree_node p, splay_tree_node n)
|
||||
|
Loading…
Reference in New Issue
Block a user