From 1049f94e8e1a9eae86a694d2dca94a6194f763b1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 25 Jun 2003 06:40:27 +0000 Subject: Correct spelling of "relocatable". --- binutils/ChangeLog | 6 ++++++ binutils/NEWS | 2 +- binutils/objdump.c | 2 +- binutils/sysroff.info | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) (limited to 'binutils') 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 + + * NEWS: Correct spelling of "relocatable". + * objdump.c: Likewise. + * sysroff.info: Likewise. + 2003-06-19 Nick Clifton * 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")) -- cgit v1.1