diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
commit | 1049f94e8e1a9eae86a694d2dca94a6194f763b1 (patch) | |
tree | 40fbf4dbcdbd98d6784861ab18ce46a36b3308c8 /binutils | |
parent | 59861b363a480a4e802ef0433bf31153b57a2e3a (diff) | |
download | gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.zip gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.gz gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.bz2 |
Correct spelling of "relocatable".
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | binutils/objdump.c | 2 | ||||
-rw-r--r-- | binutils/sysroff.info | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index cf78bb2..7519a19 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2003-06-25 Alan Modra <amodra@bigpond.net.au> + + * NEWS: Correct spelling of "relocatable". + * objdump.c: Likewise. + * sysroff.info: Likewise. + 2003-06-19 Nick Clifton <nickc@redhat.com> * readelf.c (print_vma): When printing DEC_5 values, if the diff --git a/binutils/NEWS b/binutils/NEWS index 8d92dcb..1f869b4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -181,7 +181,7 @@ Changes in binutils 2.6: Changes in binutils 2.5: * Changed objdump -dr to dump the relocs interspersed with the assembly - listing, for a more useful listing of relocateable files. + listing, for a more useful listing of relocatable files. * Changed objdump -d/--disassemble to only disassemble SEC_CODE sections. Added -D/--disassemble-all option to disassemble all sections. diff --git a/binutils/objdump.c b/binutils/objdump.c index f17286c..dd8a536 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -735,7 +735,7 @@ find_symbol_for_address (abfd, sec, vma, require_sec, place) == bfd_asymbol_value (sorted_syms[thisplace - 1]))) --thisplace; - /* If the file is relocateable, and the symbol could be from this + /* If the file is relocatable, and the symbol could be from this section, prefer a symbol from this section over symbols from others, even if the other symbol's value might be closer. diff --git a/binutils/sysroff.info b/binutils/sysroff.info index 3af001a..390fe42 100644 --- a/binutils/sysroff.info +++ b/binutils/sysroff.info @@ -172,7 +172,7 @@ ("rl" 0x20 - (("boundary of relocateable area") (4 bits) ("boundary")) + (("boundary of relocatable area") (4 bits) ("boundary")) (("address polarity") (1 bit) ("apol")) (("segment number") (1 bit) ("segment")) (("sign of relocation") (1 bit) ("sign")) |