diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-07-09 23:21:54 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-07-09 23:21:54 +0000 |
commit | 549f748d67130775c5e5929f0744451471fd5d19 (patch) | |
tree | a087818f736322b50917a12fab2c3c9db1f7056a /gas/ChangeLog | |
parent | f21a12b65701571e144f98cb730721d0c0dfbb5a (diff) | |
download | binutils-549f748d67130775c5e5929f0744451471fd5d19.zip binutils-549f748d67130775c5e5929f0744451471fd5d19.tar.gz binutils-549f748d67130775c5e5929f0744451471fd5d19.tar.bz2 |
Make -meb/-mel options work.
* config/tc-ia64.c (default_big_endian): New.
(dot_byteorder, md_begin): Use it.
(md_parse_option): Set it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index feab2ee..c84d9b2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2004-07-09 James E Wilson <wilson@specifixinc.com> + + * config/tc-ia64.c (default_big_endian): New. + (dot_byteorder, md_begin): Use it. + (md_parse_option): Set it. + 2004-07-09 Nick Clifton <nickc@redhat.com> * configure.in: Change sh-sybmian-elf to sh-*-symbianelf. |