]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Note BeOS support.
authorFred Fish <fnf@specifix.com>
Sun, 16 Mar 1997 03:28:53 +0000 (03:28 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 16 Mar 1997 03:28:53 +0000 (03:28 +0000)
* configure.in: (ppc-*-beos): New target, use coff as object format.
* configure: Regenerate with autoconf.

gas/ChangeLog
gas/NEWS

index be96994cf76d1d47462f777a67adfc72cbbe426d..c95545df1d656693d8dec0706bd5fd240ccadb9d 100644 (file)
@@ -1,3 +1,9 @@
+Sat Mar 15 20:27:12 1997  Fred Fish  <fnf@cygnus.com>
+
+       * NEWS: Note BeOS support.
+       * configure.in: (ppc-*-beos): New target, use coff as object format.
+       * configure: Regenerate with autoconf.
+       
 Sat Mar 15 19:14:02 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/tc-mips.c (md_apply_fix): Improve error message for out
index 455493b723aea40a438c1916d6bfd28380293899..63b869ddc6bea0c20e7976a35ad915f043259c60 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,13 +2,25 @@
 
 Changes in 2.8:
 
+BeOS support added.
+
 MIPS16 support added.
 
 Motorola ColdFire 5200 support added (configure for m68k and use -m5200).
 
 Alpha/VMS support added.
 
-m68k options --base-size-default-16 and --base-size-default-32 added.
+m68k options --base-size-default-16, --base-size-default-32,
+--disp-size-default-16, and --disp-size-default-32 added.
+
+The alignment directives now take an optional third argument, which is the
+maximum number of bytes to skip.  If doing the alignment would require skipping
+more than the given number of bytes, the alignment is not done at all.
+
+The ELF assembler has a new pseudo-op, .symver, used for symbol versioning.
+
+The -a option takes a new suboption, c (e.g., -alc), to skip false conditionals
+in listings.
 
 Changes in 2.7: