diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-16 00:56:47 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-16 00:56:47 +0000 |
commit | 4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c (patch) | |
tree | 4e5086ea493a579191a122d99538bf8c576e20db /gas/config/tc-hppa.h | |
parent | 586e589c1894a834bacae360f1a8e9159a7c3291 (diff) | |
download | gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.zip gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.gz gdb-4a4f25cfdeaaf1d1f6922302e262bd84bb7b6f4c.tar.bz2 |
2000-09-15 Kazu Hirata <kazu@hxi.com>
* config/tc-h8300.h: Fix formatting.
* config/tc-h8500.c: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-hppa.h: Likewise.
* config/tc-i370.h: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-i860.h: Likewise.
* config/tc-i960.h: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ia64.h: Likewise.
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r-- | gas/config/tc-hppa.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 8066c4a..f8f9001 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -19,7 +19,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - /* HP PA-RISC support was contributed by the Center for Software Science at the University of Utah. */ @@ -28,7 +27,7 @@ (please PARAMize them!) not exporting structures and data items which are used solely within tc-hppa.c, etc. - Also refrain from adding any more object file dependent code, there is + Also refrain from adding any more object file dependent code, there is already far too much object file format dependent code in this file. In theory this file should contain only exported functions, structures and data declarations common to all PA assemblers. */ @@ -136,7 +135,7 @@ int hppa_fix_adjustable PARAMS((struct fix *)); /* We need to be able to make relocations involving the difference of two symbols. This includes the difference of two symbols when - one of them is undefined (this comes up in PIC code generation). + one of them is undefined (this comes up in PIC code generation). We don't define DIFF_EXPR_OK because it does the wrong thing if the add symbol is undefined and the sub symbol is a symbol in |