diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-22 20:56:31 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-22 20:56:31 +0000 |
commit | d3bba67b520028934c0714ff607009ebaec79f21 (patch) | |
tree | 4b0e6d1b672c6b5f5292bc7cf2ba4ddecac22de6 /binutils | |
parent | 31ddb15694f91cf0277586a49656714d40c4b53f (diff) | |
download | gdb-d3bba67b520028934c0714ff607009ebaec79f21.zip gdb-d3bba67b520028934c0714ff607009ebaec79f21.tar.gz gdb-d3bba67b520028934c0714ff607009ebaec79f21.tar.bz2 |
* nm.c (numeric_forward): Treat undefined symbols as "less than" defined
symbols with zero values. If numeric values are equal, or both symbols are
undefined, sort alphabetically. Don't assume that the difference of two
bfd_vma values will truncate to "int" and still have the same sign.
(numeric_reverse): Call numeric_forward and negate the result.
(print_symbol_info_bsd): For undefined symbols, print leading spaces equivalent
to the width of a printed bfd_vma, rather than assuming that 8 will look right.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ff811ae..0810cfc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Fri Jul 22 16:48:34 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * nm.c (numeric_forward): Treat undefined symbols as "less than" + defined symbols with zero values. If numeric values are equal, or + both symbols are undefined, sort alphabetically. Don't assume + that the difference of two bfd_vma values will truncate to "int" + and still have the same sign. + (numeric_reverse): Call numeric_forward and negate the result. + (print_symbol_info_bsd): For undefined symbols, print leading + spaces equivalent to the width of a printed bfd_vma, rather than + assuming that 8 will look right. + +Fri Jul 22 10:09:53 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + + * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer + rather than the parser. + Thu Jul 21 10:25:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88: |