diff options
author | Doug Evans <dje@google.com> | 1998-03-04 21:14:50 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-03-04 21:14:50 +0000 |
commit | f8ca1a47e647c831fe97ec0212495912c77e6750 (patch) | |
tree | 5c5660208a8e7aa7d9df80e80bc7ccae18c09bb2 /bfd/archures.c | |
parent | 5e731826d887962ff908e957ef014351895a56c5 (diff) | |
download | gdb-f8ca1a47e647c831fe97ec0212495912c77e6750.zip gdb-f8ca1a47e647c831fe97ec0212495912c77e6750.tar.gz gdb-f8ca1a47e647c831fe97ec0212495912c77e6750.tar.bz2 |
Fix 4320 sanitization.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 48216a6..56c9b48 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -117,7 +117,7 @@ DESCRIPTION .#define bfd_mach_mips4650 4650 . {* start-sanitize-vr4320 *} .#define bfd_mach_mips4320 4320 -. {* end-sanitize-4320 *} +. {* end-sanitize-vr4320 *} . {* start-sanitize-tx49 *} .#define bfd_mach_mips4900 4900 . {* end-sanitize-tx49 *} |