diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-13 08:33:54 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-13 08:33:54 +0000 |
commit | a39116f1c91d3642c068d9df871338cca9006be2 (patch) | |
tree | dbd53d94ef859ca6425ef5370573030d4766161b /gas/config/te-ic960.h | |
parent | 77806c3e79cc6ebd5ab62ce46f7cdeecad50ca52 (diff) | |
download | gdb-a39116f1c91d3642c068d9df871338cca9006be2.zip gdb-a39116f1c91d3642c068d9df871338cca9006be2.tar.gz gdb-a39116f1c91d3642c068d9df871338cca9006be2.tar.bz2 |
White space and comments only. The devo tree prior to this delta is
tagged as "vanilla" for your convenience.
There are also some comment changes.
Diffstat (limited to 'gas/config/te-ic960.h')
-rw-r--r-- | gas/config/te-ic960.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/te-ic960.h b/gas/config/te-ic960.h index 165a780..fbb7475 100644 --- a/gas/config/te-ic960.h +++ b/gas/config/te-ic960.h @@ -7,15 +7,15 @@ #define TE_IC960 1 - /* intel uses host byte order for headers */ +/* intel uses host byte order for headers */ #ifdef CROSS_COMPILE #undef CROSS_COMPILE #endif /* CROSS_COMPILE */ #define OBJ_COFF_OMIT_OPTIONAL_HEADER #define LOCAL_LABEL(name) ( (name[0] =='L') \ - || (name[0] =='.' \ - && (name[1]=='C' || name[1]=='I' || name[1]=='.'))) + || (name[0] =='.' \ + && (name[1]=='C' || name[1]=='I' || name[1]=='.'))) #include "obj-format.h" /* |