diff options
author | Phil Blundell <philb@gnu.org> | 2001-08-05 20:56:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-08-05 20:56:38 +0000 |
commit | 9d4d5c3c68f9feb31a39d524ebce1263bce1650a (patch) | |
tree | cfae76ea366f7fcb9e32d9b22fc66342ab2f8ab3 /binutils | |
parent | c9afe91bebc55e58f8bbe543e72c65f3e11ff67a (diff) | |
download | gdb-9d4d5c3c68f9feb31a39d524ebce1263bce1650a.zip gdb-9d4d5c3c68f9feb31a39d524ebce1263bce1650a.tar.gz gdb-9d4d5c3c68f9feb31a39d524ebce1263bce1650a.tar.bz2 |
2001-08-05 Philip Blundell <philb@gnu.org>
* binutils.texi (objdump): Fix typos. Use "Thumb" not "THUMB".
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/binutils.texi | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 337a52d..d15a2d9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2001-08-05 Philip Blundell <philb@gnu.org> + + * binutils.texi (objdump): Fix typos. Use "Thumb" not "THUMB". + 2001-07-31 David O'Brien <obrien@FreeBSD.org> * readelf.1: New file. diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 9fc11bc..74e7cda 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1446,11 +1446,11 @@ just use @samp{r} followed by the register number. There are also two variants on the APCS register naming scheme enabled by @samp{-M reg-names-atpcs} and @samp{-M reg-names-special-atpcs} which -use the ARM/Thumb Procedure Call Standard naming conventions. (Eiuther -with the normal register name sor the special register names). +use the ARM/Thumb Procedure Call Standard naming conventions. (Either +with the normal register names or the special register names). This option can also be used for ARM architectures to force the -disassembler to interpret all instructions as THUMB instructions by +disassembler to interpret all instructions as Thumb instructions by using the switch @samp{--disassembler-options=force-thumb}. This can be useful when attempting to disassemble thumb code produced by other compilers. @@ -2440,7 +2440,7 @@ Specifies the type of machine for which the library file should be built. @code{dlltool} has a built in default type, depending upon how it was created, but this option can be used to override that. This is normally only useful when creating DLLs for an ARM processor, when the -contents of the DLL are actually encode using THUMB instructions. +contents of the DLL are actually encode using Thumb instructions. @item -a @itemx --add-indirect @@ -2483,7 +2483,7 @@ with certain operating systems. @itemx --interwork Specifies that @code{dlltool} should mark the objects in the library file and exports file that it produces as supporting interworking -between ARM and THUMB code. +between ARM and Thumb code. @item -n @itemx --nodelete |