diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-01-14 20:08:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-01-14 20:08:43 +0000 |
commit | 03b240371f3d13743fb0bd34ff2496c26788ab8d (patch) | |
tree | 243902c1411c6f4482612536527ea01241ca6e7b | |
parent | e1616e16d8a7ec70975541729e48be74b4dc7af3 (diff) | |
download | gdb-03b240371f3d13743fb0bd34ff2496c26788ab8d.zip gdb-03b240371f3d13743fb0bd34ff2496c26788ab8d.tar.gz gdb-03b240371f3d13743fb0bd34ff2496c26788ab8d.tar.bz2 |
* config/tc-i386.c (sco_id): Moved from here...
* config/obj-elf.c (sco_id): ...to here. Adding the identifier
really is an SCO ELF specific thing, not just a SCO x86 specific
thing.
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 14fef65..e5f60fc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 14 15:07:27 1997 Robert Lipe <robertl@dgii.com> + + * config/tc-i386.c (sco_id): Moved from here... + * config/obj-elf.c (sco_id): ...to here. Adding the identifier + really is an SCO ELF specific thing, not just a SCO x86 specific + thing. + start-sanitize-tic80 Mon Jan 13 22:43:01 1997 Michael Meissner <meissner@tiktok.cygnus.com> |