diff options
author | Roland Pesch <pesch@cygnus> | 1992-08-18 23:27:38 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-08-18 23:27:38 +0000 |
commit | fb3e61f06920f7a6e88238cfdb46bba6650d227c (patch) | |
tree | 7048eaf88d046bdb522786c4a0fdef97af8abb6c /gas | |
parent | 0005054f6c212b7cfc9b079fdd9d2fc5aee4739f (diff) | |
download | gdb-fb3e61f06920f7a6e88238cfdb46bba6650d227c.zip gdb-fb3e61f06920f7a6e88238cfdb46bba6650d227c.tar.gz gdb-fb3e61f06920f7a6e88238cfdb46bba6650d227c.tar.bz2 |
Hitachi now calls assembler plain "as", not "as83".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/h8.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/h8.m4 b/gas/doc/h8.m4 index a6ea960..963f7a3 100644 --- a/gas/doc/h8.m4 +++ b/gas/doc/h8.m4 @@ -1,6 +1,6 @@ _divert__(-1) _define__(<_H8__>,<1>) -_define__(<_AS__>,<as83>) +_define__(<_AS__>,<as>) _define__(<_GENERIC__>,<0>) _define__(<_HOST__>,<H8/300>) _define__(<_MACH_DEP__>,<H8/300-Dependent>) |