diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-04 10:32:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-04 10:32:28 +0000 |
commit | 661f7c357e34dee7936489da7a385c29a1343d02 (patch) | |
tree | fd46c7872f0ba9787b0ba534188af4e2a0ad751f /binutils/ChangeLog | |
parent | 9494d739022dc483721f8dc97e19085977e78b38 (diff) | |
download | gdb-661f7c357e34dee7936489da7a385c29a1343d02.zip gdb-661f7c357e34dee7936489da7a385c29a1343d02.tar.gz gdb-661f7c357e34dee7936489da7a385c29a1343d02.tar.bz2 |
Add a check to see if the section for the symbol is chosen using
process_section_p.
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 4bd54d8..51b5acc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com> + + PR binutils/813 + * objdump.c (dump_symbols): Add a check to see if the section for + the symbol is chosen using process_section_p. + 2005-04-01 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention new readelf options, "-N/--full-section-name" |