diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
commit | 8370e93e49f0166d09e15906c6eb63f7843c0672 (patch) | |
tree | 1be213df87386538311dc18f4f7eb2c9f19a5c8d /gas/ChangeLog | |
parent | c7b44b0425dc1a4ee75abee5897de77a2b86648d (diff) | |
download | gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.zip gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.gz gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.bz2 |
Add little endian PowerPC support.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 39c1f84..356c157 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,23 @@ +Tue May 9 17:07:41 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * configure.in: Add little endian PowerPC support. + * configure: Rebuild with autoconf. + * config/ppc-big.mt: New file for big endian PowerPC systems. + * config/ppc-lit.mt: New file for little endian PowerPC systems. + + * config/tc-ppc.h (target_big_endian): Declare. + (TARGET_FORMAT): Deal with little and big endian ELF variants. + (TARGET_BYTES_BIG_ENDIAN): Define as 1, not empty. + + * config/tc-ppc.c (ppc_big_endian): Delete variable, use + target_big_endian instead. + (md_parse_option): Parse -mlittle and -mlittle-endian to use + little endian support. Parse -mbig and -mbig-endian to use big + endian support. + (md_show_usage): Update to reflect current switches. + (ppc_set_cpu): Recognize powerpcle as little endian PowerPC. Use + as_fatal, not abort if unknown machine. + Tue May 9 10:58:41 1995 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (md_apply_fix): Cast *valp to an integer when |