diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-23 16:58:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-23 16:58:18 +0000 |
commit | 17aa82848e4572bd25ce7260e4abb2e58ffac4b8 (patch) | |
tree | b01b2749a28ffd5484e2b24483db57e51e73d680 /binutils/ChangeLog | |
parent | ed21219c4ef59aa3930261488aad3fee95cb9e48 (diff) | |
download | gdb-17aa82848e4572bd25ce7260e4abb2e58ffac4b8.zip gdb-17aa82848e4572bd25ce7260e4abb2e58ffac4b8.tar.gz gdb-17aa82848e4572bd25ce7260e4abb2e58ffac4b8.tar.bz2 |
* objdump.c (compare_symbols): Sort symbols whose names start with
`.' after other symbols. If no other decision can be made, sort
symbols by name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index de07afc..4467390 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 23 12:56:11 1996 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (compare_symbols): Sort symbols whose names start with + `.' after other symbols. If no other decision can be made, sort + symbols by name. + Thu Apr 18 16:02:11 1996 Ian Lance Taylor <ian@cygnus.com> * dep-in.sed: Substitute $(BFDDIR) for @BFDDIR@. |