diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:29:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:29:30 +0000 |
commit | 800172405ae35bcb95c1e38cece688e0ee53678f (patch) | |
tree | ab449f888d3b1314c08cdbfba806f36dd853f36e /gas | |
parent | 27fca56f9885bd3c2364c3698475038954e26725 (diff) | |
download | gdb-800172405ae35bcb95c1e38cece688e0ee53678f.zip gdb-800172405ae35bcb95c1e38cece688e0ee53678f.tar.gz gdb-800172405ae35bcb95c1e38cece688e0ee53678f.tar.bz2 |
* config/tc-arm.c (md_atof): Output little endian constants in
little endian mode.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index caf2881..ed3e4a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Mon Sep 25 00:23:16 1995 Ian Lance Taylor <ian@cygnus.com> + * config/tc-arm.c (md_atof): Output little endian constants in + little endian mode. + + * config/obj-coff.c (obj_coff_section): Pass &type, not type, + s_mri_sect. + * configure.in: Fix typo: fmt-elf to fmt=elf. Fri Sep 22 16:34:46 1995 Michael Meissner <meissner@tiktok.cygnus.com> |