diff options
author | Doug Evans <dje@google.com> | 1998-02-10 23:15:04 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-10 23:15:04 +0000 |
commit | 45fb7b894f1a0b92a2e1d81aabb7072e0336424a (patch) | |
tree | 1f7452ed452544818c821b8b1a20082b22145583 /gas | |
parent | ffc3a16015d8374bb505d7bee3beef0ada31ef22 (diff) | |
download | gdb-45fb7b894f1a0b92a2e1d81aabb7072e0336424a.zip gdb-45fb7b894f1a0b92a2e1d81aabb7072e0336424a.tar.gz gdb-45fb7b894f1a0b92a2e1d81aabb7072e0336424a.tar.bz2 |
Remove dvp testsuite entry.
Fix up sky sanitization.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f56ac33..fb1636d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -3,7 +3,9 @@ Tue Feb 10 18:04:00 1998 Jim Lemke <jlemke@cygnus.com> * as.c: Use [TEXT|DATA|BSS]_SECTION_NAME * as.h: Define default values of [TEXT|DATA|BSS]_SECTION_NAME * config/obj-elf.c: Use [TEXT|DATA|BSS]_SECTION_NAME +start-sanitize-sky * config/tc-dvp.h: Add configuration specific section names. +end-sanitize-sky Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com> @@ -13,7 +15,6 @@ Tue Feb 10 17:58:18 1998 Ian Lance Taylor <ian@cygnus.com> Tue Feb 10 15:32:22 1998 Ian Carmichael <iancarm@cygnus.com> * expr.c: Add support for 0x1_2_3_4 bignums. - * testsuite/gas/dvp/: Added new testcases for these. Tue Feb 10 14:43:40 1998 Ian Lance Taylor <ian@cygnus.com> |