aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1997-03-16 03:28:53 +0000
committerFred Fish <fnf@specifix.com>1997-03-16 03:28:53 +0000
commit5cf4e55e7b85a3647b3e77429b29136f06513d67 (patch)
treed6cd93e500a8e2f4c33ad2a45b8ae082b96d8ca5 /gas/NEWS
parent1eb9fa9eba8fa6e76c5401ad0690701f04c2060c (diff)
downloadgdb-5cf4e55e7b85a3647b3e77429b29136f06513d67.zip
gdb-5cf4e55e7b85a3647b3e77429b29136f06513d67.tar.gz
gdb-5cf4e55e7b85a3647b3e77429b29136f06513d67.tar.bz2
* NEWS: Note BeOS support.
* configure.in: (ppc-*-beos): New target, use coff as object format. * configure: Regenerate with autoconf.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 455493b..63b869d 100644
--- 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: