diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-04 01:29:10 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-04 01:29:10 +0000 |
commit | b4123234f08e4823c19eb6fb649e0ad12c902c8d (patch) | |
tree | b12fd9bbf63a2b531a6c02543c301152590787f3 /gas | |
parent | 5b162d377702b950dfbbd6f6bf3d14a5258c5a89 (diff) | |
download | gdb-b4123234f08e4823c19eb6fb649e0ad12c902c8d.zip gdb-b4123234f08e4823c19eb6fb649e0ad12c902c8d.tar.gz gdb-b4123234f08e4823c19eb6fb649e0ad12c902c8d.tar.bz2 |
remove unused file config/go32.mh
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/config/go32.mh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 188d6b4..e251e0a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,7 @@ Thu Nov 3 20:20:40 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + * config/go32.mh: Unused file deleted. + * read.c (get_absolute_expression): Indicate that the error may merely be that the expression can't currently be reduced. diff --git a/gas/config/go32.mh b/gas/config/go32.mh deleted file mode 100644 index c9c51b7..0000000 --- a/gas/config/go32.mh +++ /dev/null @@ -1,2 +0,0 @@ -CC=i386-go32-gcc -Xlinker -S -O2 -fno-omit-frame-pointer - |