diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-14 21:37:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-14 21:37:16 +0000 |
commit | 8a6f53e91bfd4d460f28f95a48809b668382391e (patch) | |
tree | 1d64d016a1710bdb1be2cd32cb60ca1118cbcc31 /gas/ChangeLog | |
parent | c9e5279f23bbe58f0a52cc011bf4a49681b8bb88 (diff) | |
download | gdb-8a6f53e91bfd4d460f28f95a48809b668382391e.zip gdb-8a6f53e91bfd4d460f28f95a48809b668382391e.tar.gz gdb-8a6f53e91bfd4d460f28f95a48809b668382391e.tar.bz2 |
Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de>
* read.c (s_mri_sect): Don't return '\0' in type. Set all
appropriate flags in BFD section.
* configure.in (m68k-*-psos*): New target.
* configure: Rebuild.
* config/te-psos.h: New file.
* config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
is defined.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 40d4f6f..04e5f3c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Wed Feb 14 16:33:12 1996 Martin Anantharaman <martin@mail.imech.uni-duisburg.de> + + * read.c (s_mri_sect): Don't return '\0' in type. Set all + appropriate flags in BFD section. + + * configure.in (m68k-*-psos*): New target. + * configure: Rebuild. + * config/te-psos.h: New file. + * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS + is defined. + Wed Feb 14 13:43:24 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (mips_big_got): New static variable. |