diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-13 22:21:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-13 22:21:11 +0000 |
commit | bcee935e6b3682160bd39ed7022677ef1d8c605a (patch) | |
tree | 56feb4c316db42c2b94d1a5e5adec66617206d3a /gas | |
parent | 3e437fe63969e02575e9d95095459f1400204769 (diff) | |
download | gdb-bcee935e6b3682160bd39ed7022677ef1d8c605a.zip gdb-bcee935e6b3682160bd39ed7022677ef1d8c605a.tar.gz gdb-bcee935e6b3682160bd39ed7022677ef1d8c605a.tar.bz2 |
* config/tc-m68k.c (md_show_usage): Add 68060 to list. Split cpu list into
three lines.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d0b742e..8fc3155 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,25 @@ +Thu Apr 13 18:18:08 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/tc-m68k.c (md_show_usage): Add 68060 to list. Split cpu + list into three lines. + +Thu Apr 13 14:34:36 1995 Torbjorn Granlund <tege@adder.cygnus.com> + + * tc-m68k.c (m68k_init_after_args): Test for m68360. + (md_parse_option): Likewise. + (md_show_usage): Mention m68360. + * tc-m68k.h (TARGET_WORD_SIZE): Define. + (TARGET_ARCH): Define. + + * expr.c (integer_constant): If TARGET_WORD_SIZE is defined, + sign-extend appropriately. + +Thu Apr 13 11:20:17 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (ppc_elf_validate_fix): Properly use PARAMS to + hide prototype from non-ANSI compilers, and don't use ANSI syntax + for arguments. + Wed Apr 12 12:20:19 1995 Stan Shebs <shebs@andros.cygnus.com> * mpw-config.in (TDEFINES): Put empty definition into |