diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-26 07:09:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-26 07:09:19 +0000 |
commit | 81d4177baa5f2bd91109912b42bd2d8b28ad5df8 (patch) | |
tree | 5cd6015b6caaaf411f7dc226088377e7b7adfcec /gas/config/tc-sh.h | |
parent | 697ec6c4a5c1aa30f7fcb819398a4edad5e977c6 (diff) | |
download | binutils-81d4177baa5f2bd91109912b42bd2d8b28ad5df8.zip binutils-81d4177baa5f2bd91109912b42bd2d8b28ad5df8.tar.gz binutils-81d4177baa5f2bd91109912b42bd2d8b28ad5df8.tar.bz2 |
2000-09-25 Kazu Hirata <kazu@hxi.com>
* config/tc-cris.c: Fix formatting.
* config/tc-d10v.h: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-d30v.h: Likewise.
* config/tc-fr30.c: Likewise.
* config/tc-fr30.h: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m68k.h: Likewise.
* config/tc-pj.h: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-ppc.h: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-v850.h: Likewise.
* config/tc-vax.h: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-z8k.h: Likewise.
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 716be5a..050d339 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -172,7 +172,7 @@ extern void sh_elf_final_processing PARAMS ((void)); #define DIFF_EXPR_OK /* foo-. gets turned into PC relative relocs */ #define GLOBAL_OFFSET_TABLE_NAME "_GLOBAL_OFFSET_TABLE_" - + /* This is the relocation type for direct references to GLOBAL_OFFSET_TABLE. It comes up in complicated expressions such as _GLOBAL_OFFSET_TABLE_+[.-.L284], which cannot be expressed @@ -209,5 +209,3 @@ extern void sh_elf_final_processing PARAMS ((void)); #define md_end() sh_finalize () void sh_finalize PARAMS ((void)); - -/* end of tc-sh.h */ |