diff options
author | Richard Henderson <rth@redhat.com> | 1998-02-20 00:16:51 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-02-20 00:16:51 +0000 |
commit | ecc9627d6f6b81d0e523c7968a21b1f190dff432 (patch) | |
tree | 3707408a8ca7b67988a70563f945c836e7425353 | |
parent | 67dfe6e82c1d56b23c7dad1d046c364dc62fbb90 (diff) | |
download | gdb-ecc9627d6f6b81d0e523c7968a21b1f190dff432.zip gdb-ecc9627d6f6b81d0e523c7968a21b1f190dff432.tar.gz gdb-ecc9627d6f6b81d0e523c7968a21b1f190dff432.tar.bz2 |
* listing.c (list_symbol_table): Categorize symbols by
undefined_section rather than sy_frag->line == NULL.
PR 14986
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 655840f..5b1cad6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 19 16:08:15 1998 Richard Henderson <rth@cygnus.com> + + * listing.c (list_symbol_table): Categorize symbols by + undefined_section rather than sy_frag->line == NULL. + start-sanitize-sky Thu Feb 19 02:17:03 1998 Doug Evans <devans@charmed.cygnus.com> |