diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-21 22:04:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-21 22:04:56 +0000 |
commit | 9c92d370838a9d370fbffd4314b01cc9fe0a4344 (patch) | |
tree | 176738131893a0367325335338070a54066e6d65 /gas | |
parent | c719b71428c79aa3f92dbb59d67df6d4bda139c3 (diff) | |
download | gdb-9c92d370838a9d370fbffd4314b01cc9fe0a4344.zip gdb-9c92d370838a9d370fbffd4314b01cc9fe0a4344.tar.gz gdb-9c92d370838a9d370fbffd4314b01cc9fe0a4344.tar.bz2 |
Fixes to allow testsuite to pass (modulo problems with cofftag).
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d1dd119..db961b1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu May 21 15:02:41 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-arm.c (find_real_start): Relax definition of local + labels. + Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com> * config/tc-d30v.c (d30v_align): Apply address adjustment to all diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 89e53b9..5b2af78 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Thu May 21 15:03:06 1998 Nick Clifton <nickc@cygnus.com> + + * gas/arm/thumb.s: Add period to start of labels to prevent + assembler thinking that they are function entry points. + Tue May 19 18:17:10 1998 Ian Lance Taylor <ian@cygnus.com> * gas/mips/mips16.d: Correct to reflect bug fix to disassembler. |