diff options
author | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-05-14 18:53:18 +0000 |
commit | 5e6cbf410d036264fabdb28319642462d470f516 (patch) | |
tree | 51e740c417aef665189d00259213ef45f52d79ce /gas/config/te-pc532mach.h | |
parent | 1bde2d57d9502fc3bc7e3f4d420470abd247b47d (diff) | |
download | gdb-5e6cbf410d036264fabdb28319642462d470f516.zip gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.gz gdb-5e6cbf410d036264fabdb28319642462d470f516.tar.bz2 |
Apply David O'Brien's comment patch.
Diffstat (limited to 'gas/config/te-pc532mach.h')
-rw-r--r-- | gas/config/te-pc532mach.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/gas/config/te-pc532mach.h b/gas/config/te-pc532mach.h index 0ee7ff8..d39ba49 100644 --- a/gas/config/te-pc532mach.h +++ b/gas/config/te-pc532mach.h @@ -1,19 +1,13 @@ -/* - * This file is te-pc532.h - * - * Written by Ian Dall <idall@eleceng.adelaide.edu.au> - * - * 24-May-94 - * - */ +/* This file is te-pc532.h + Written by Ian Dall <idall@eleceng.adelaide.edu.au> + 24-May-94. */ #define TARGET_FORMAT "a.out-pc532-mach" #include "obj-format.h" /* Maybe these should be more like TC_NS32532 and TC_NS32381 in case - * of conflicts. NS32381 is used in opcode/ns32k.h and that is also - * used by GDB. Need to check. - */ + of conflicts. NS32381 is used in opcode/ns32k.h and that is also + used by GDB. Need to check. */ #define NS32532 #define NS32381 |