Steve Chamberlain
b3235d56dc
add w65 stuff.
1995-01-16 00:42:14 +00:00
David Edelsohn
bc70eba5c8
Initial ARC support.
1994-11-30 02:48:31 +00:00
Michael Tiemann
edf728958e
Change r16 -> rce.
1994-11-27 19:17:46 +00:00
Michael Tiemann
fb870b50a7
Add changes from customer since last work.
1994-11-26 00:17:52 +00:00
Michael Tiemann
d94aca1aff
Safely check in r16 targets for binutils.
1994-11-24 20:30:11 +00:00
Ken Raeburn
757d41299e
add delta68 config
1994-11-09 19:57:37 +00:00
Ken Raeburn
cd8aca1996
note go32 file additions, keep ppc nw
1994-11-04 21:43:00 +00:00
Ken Raeburn
04050d57d2
note file deletions, additions
1994-11-04 16:44:58 +00:00
Ken Raeburn
d5a0eeacfc
te-netbsd532.h -> te-nbsd532.h
1994-10-13 15:45:43 +00:00
J.T. Conklin
4992dbc960
* config/cplus-dem.c: Removed. It isn't used. Even if it was,
...
it's better to use the one in libiberty.
1994-10-12 23:35:54 +00:00
Stan Shebs
972b958d3a
No longer need to keep/lose any MPW stuff
1994-09-24 21:29:22 +00:00
Ken Raeburn
ba466c4c9d
host file changes
1994-09-21 22:18:06 +00:00
Ken Raeburn
6c3bc2b8f6
keep arm files
1994-09-09 18:35:11 +00:00
Ian Lance Taylor
20ae2fb832
* config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility
...
with native MIPS assembler.
* configure.in (mips-*-irix*): Don't set emulation.
* config/te-irix.h: Remove.
With these changes, gas works with mips-tfile.
1994-08-24 23:46:53 +00:00
Ken Raeburn
f68880ead9
ns32k files; i960xl sanitization
1994-07-26 22:20:48 +00:00
Ken Raeburn
9ca16e0e33
remove atof-ns32k.c
1994-07-15 22:28:22 +00:00
Ken Raeburn
708e18fdc6
v9 unsanitization
1994-06-16 21:04:02 +00:00
Steve Chamberlain
c794f0aa85
* config/go32.mh: New makefile fragment for go32 crossing.
...
* configure.in (host==go32): Use new fragment.
1994-05-06 21:14:49 +00:00
Ken Raeburn
23a832d2b9
Note deleted files.
1994-05-06 00:03:20 +00:00
Ken Raeburn
38d693ff69
note deleted .mt files
1994-04-07 23:02:49 +00:00
Ken Raeburn
54ce399a27
keep ic960coff.mt
1994-03-15 03:36:27 +00:00
Ken Raeburn
75ec0c908b
keep te-mach.h
1994-02-22 17:57:49 +00:00
Ken Raeburn
5efa30faad
keep new te-mach.h
1994-02-18 22:04:40 +00:00
Ian Lance Taylor
af46c203df
New files for PowerPC/POWER (RS/6000) support.
1994-02-05 05:35:11 +00:00
Ken Raeburn
5749c49700
New Alpha support files, based on files from CMU.
...
Still to do:
- fix floating-point handling
- figure out if we can adapt to using ../opcodes/alpha-opc.h
- gcc bootstrap testing
- 32-bit mode support?
- test cross-assembly
1994-01-28 01:37:02 +00:00
Stan Shebs
2a79b2028e
Set lose_these_too correctly
1994-01-11 02:55:30 +00:00
Ken Raeburn
34e4120b45
keep te-netbsd.h
1994-01-09 21:03:39 +00:00
Rob Savoye
fce98d637f
* config/ho-vsta.h, configure.in, .Sanitize: Add support for VSTa
...
micro-kernel.
1994-01-05 05:26:47 +00:00
Stan Shebs
4f5d16c7d3
fix the .Sanitize
1994-01-04 21:18:15 +00:00
Jeff Law
0fa747c4f3
* config/obj-som.[ch]: New files for SOM support in GAS.
1993-10-30 21:55:00 +00:00
Ken Raeburn
535721d5f0
Show full pathnames.
...
For "safe" case, move tc-sparc64 files into .Recover, instead of deleting them.
1993-10-26 17:29:39 +00:00
Stan Shebs
d0c25cae81
Keep te-lynx.h
1993-09-28 20:20:27 +00:00
Ken Raeburn
28409e916f
keep ho-hppaosf.h; m88k.patches is gone
1993-07-30 22:38:38 +00:00
Ian Lance Taylor
77a401e2e0
Add m88k-coff target Makefile fragment.
1993-07-15 16:35:23 +00:00
Ian Lance Taylor
918692a5cc
* config/mips-opcode.h: Moved to opcode/mips.h.
...
* config/tc-mips.c: Include opcode/mips.h rather than
mips-opcode.h.
(append_insn): An extra NOP is only needed after instructions
which set HI or LO, not after instructions which read it.
(macro_build, mips_ip): Support new 'E', 'G' and 'B' arguments.
(macro): cfc1 and ctc1 now take "t,G" rather than "t,d".
* config/tc-mips.h (struct mips_opcode): Don't define.
* config/mips-big.mt, config/mips-lit.mt (TARG_CPU_DEPENDENTS):
Set to $(srcdir)/../include/opcode/mips.h.
Get the MIPS assembler up to speed with other gas changes:
* config/obj-ecoff.c (ecoff_set_vma, ecoff_frob_symbol):
Removed; don't change the symbol value.
(ecoff_build_symbols, ecoff_build_procs, ecoff_frob_file): Use
bfd_asymbol_value rather than S_GET_VALUE to include section
vma in symbol value.
(ecoff_frob_file): Ignore BSF_SECTION_SYM symbols, since ECOFF
doesn't output them. Set the vma of sections.
* config/obj-ecoff.h: Don't define obj_frob_symbol.
* config/tc-mips.c (tc_gen_reloc): Adjustment by section vma is no
longer necessary.
(various): use valueT rather than long.
1993-07-07 17:23:39 +00:00
Ken Raeburn
dee576a0a7
clean v9 from obj-elf.h
1993-07-07 16:19:59 +00:00
Ken Raeburn
d4ac2d09fd
New files for sparc64 cpu.
1993-06-30 10:30:54 +00:00
Ken Raeburn
31fb7d23a0
keep ho-hppabsd.h
1993-06-03 21:23:53 +00:00
K. Richard Pixley
87756e15db
added things-to-lose sections
1993-05-27 06:44:29 +00:00
Ken Raeburn
bbbb0da30e
discard empty rs6000 files
1993-05-14 10:54:34 +00:00
Ken Raeburn
daae8c92f1
keep new files
1993-05-06 02:03:00 +00:00
Steve Chamberlain
4a1bbbe75b
Support for Hitachi SH
1993-04-27 01:32:09 +00:00
Ian Lance Taylor
d5bc321563
* config/te-irix.h: New file; irix needs a different LOCAL_LABEL
...
definition from other MIPS targets.
* configure.in (mips-*-irix): Use emulation irix.
1993-04-05 16:44:21 +00:00
Ian Lance Taylor
ed364bb694
* config/ho-irix.h: New file; if not gcc, define BROKEN_ASSERT.
...
* configure.in (mips-sgi-irix*): Set gas_host to irix.
1993-04-02 16:57:17 +00:00
Ken Raeburn
30d17c7e22
updated for obj-bfd-sunos, ho-decst* changes
1993-03-23 13:37:15 +00:00
Ian Lance Taylor
e99f6f9c8c
Added new ECOFF files.
1993-03-09 16:12:44 +00:00
David D. Zuhn
7c8592905d
removing excess verbosity
1993-02-13 10:15:53 +00:00
Ken Raeburn
44c5672585
Deleted RCS logs and "Done in" message.
...
Fixed a typo in a filename.
1993-02-08 19:25:34 +00:00
Ken Raeburn
a4099f7848
update for files added and deleted
1993-02-08 19:24:09 +00:00
Steve Chamberlain
033400ec8d
* config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
...
obj-coffbfd.h}: support for the H8/500
1993-02-04 20:47:48 +00:00