diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2003-04-23 21:09:04 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2003-04-23 21:09:04 +0000 |
commit | ef23021837539a0b98c7761a62f0fb316a82a9de (patch) | |
tree | 2a7ad7236c923da4bf87eee8959ad4f7bca110f8 /gas/doc/c-sh64.texi | |
parent | ebc7896c3ce2248ea34b8c3f162ac590126840d5 (diff) | |
download | gdb-ef23021837539a0b98c7761a62f0fb316a82a9de.zip gdb-ef23021837539a0b98c7761a62f0fb316a82a9de.tar.gz gdb-ef23021837539a0b98c7761a62f0fb316a82a9de.tar.bz2 |
bfd:
* archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
* cpu-sh.c: Likewise.
* elf32-sh.c: Likewise.
* reloc.c (bfd_reloc_code_real): Likewise.
* elf32-sh64-com.c: Change comment to refer to SuperH.
* elf32-sh64.c: Likewise.
* elf64-sh64.c: Likewise.
* bfd-in2.h (enum bfd_architecture): Regenerate.
binutils:
* readelf.c (get_machine_name) <EM_SH>: Amend return value
to refer to SuperH.
gas:
* config/tc-sh.c: Amend comment to refer to SuperH.
* config/tc-sh.h: Likewise.
(LISTING_HEADER): Amend to refer to SuperH.
* config/tc-sh64.c: Change comment to refer to SuperH.
* config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
* doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
* doc/c-sh.texi: Amend to refer to SuperH.
Add SuperH architecture documentation references.
* doc/c-sh64.texi: Change to refer to SuperH.
include/elf:
* common.h (EM_SH): Amend comment to refer to SuperH.
ld/testsuite:
* ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH.
* ld-sh/sh64/crange3-media.rd (Machine): Likewise.
Diffstat (limited to 'gas/doc/c-sh64.texi')
-rw-r--r-- | gas/doc/c-sh64.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi index 9df346c..91b1a7b 100644 --- a/gas/doc/c-sh64.texi +++ b/gas/doc/c-sh64.texi @@ -3,7 +3,7 @@ @c For copying conditions, see the file as.texinfo. @page @node SH64-Dependent -@chapter Renesas SH64 Dependent Features +@chapter SuperH SH64 Dependent Features @cindex SH64 support @menu |