NetBSD/gnu/usr.bin/gcc/arch
matthias 6a93608a3d ns32k.c:
* ns32k_gen_operand is no longer needed.
* new function symbolic_reference_mentioned_p (stolen from i386).
* make print_operand dtrt when printing symbolic "constants" in picmode
  and abort for the cases that it can't handle (e.g. symbol+offset).

ns32k.h:
* Use NS32K_DISPLACEMENT_P wherever suitable.
* make LEGITIMATE_PIC_OPERAND_P dtrt to make the ns32k_gen_operand hack
  unnecessary.

ns32k.md:
* Use general_operand instead of ns32k_gen_operand everywhere.
* replace "rmn" by "g" again.
* make addsi3 dtrt for pic.

The comments in ns32k.md still need some updates.
Thank's again to Ian Dall for his help.
1998-03-30 20:21:01 +00:00
..
arm32
i386 fix misoptimization after "ffs(x) - 1" 1998-01-20 16:03:17 +00:00
m68k Don't do function CSE; it tickles a bizarre bug in other parts of the 1997-11-04 20:59:11 +00:00
mips The mips port now uses /usr/libexec/ld.elf_so. 1998-03-26 02:13:18 +00:00
ns32k ns32k.c: 1998-03-30 20:21:01 +00:00
sparc PR #3606: add -nostdlib to ld's command line if -nostdlib is on cc's 1998-03-06 17:42:50 +00:00
vax
netbsd.h PR #3606: add -nostdlib to ld's command line if -nostdlib is on cc's 1998-03-06 17:42:50 +00:00
xm-netbsd.h