diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:40:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:40:49 +0000 |
commit | f5ed78de1f40836f2e6d8f529107c3620f25ad0c (patch) | |
tree | 5225fb446f6c36b2aafd35af827c69c6d9a95968 /gas/ChangeLog | |
parent | b253dcffc8f489bc07b12cb66db9d98ec342c1e5 (diff) | |
download | gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.zip gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.tar.gz gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.tar.bz2 |
Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
does not actually work, though:
* configure.in (i386-sequent-bsd*): New target.
* configure: Rebuild.
* config/tc-dynix.h: New file.
* config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 50c9800..f2e6228 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -9,6 +9,13 @@ Fri Feb 14 18:09:59 1997 Philippe De Muyter <phdm@info.ucl.ac.be> Fri Feb 14 17:24:48 1997 Ian Lance Taylor <ian@cygnus.com> + Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target + does not actually work, though: + * configure.in (i386-sequent-bsd*): New target. + * configure: Rebuild. + * config/tc-dynix.h: New file. + * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX. + * read.c (do_align): Add max parameter. Change all callers. Remove useless static variables. (s_align): New static function. Do common portion of |