Go to file
jonathan fe7810c7dc egcs-1.1 netbsd/mips config fixes:
1. Change linkspec to not pass -nostdlib to binutils ld, since on mips,
      ld parses "-nostdlib" as a set of short options which produce
      nonworking binaries.
  2.  Turn off ASM_OUTPUT_DEF definition: the egcs iris6.h says that
      our old definition (from gcc 2.7.2.2 iris5.h isnt really whats
      wanted here.
  3.  Turn off SET_ASM_OP (which defaults to .set) to stop
      dwarf2out.c from emitting debug(?) info for C++ using ".set",
      since both gas and mips as use .set to control assembler
      optimizations, not for equating labels. From iris6.h.
      and nonzero -G values are incompatible with PIC.
  4.  Set default GVALUE (for -G) to 0; this target always produces PIC
      by default, and on mips, PIC is incompatible with `small' segment.
  5.  Set TARGET_DEFAULT to enable "-mdebuga" to defeat
      GO_IF_LEGITIMATE_ADDRESS "smarts". GO_IF_LEGITIMATE_ADDRESS pretends
      that mips supports an address mode of constant + register.
      For constants larger than 16 bits, that relies on assembler fixups
      via $at.  egcs 1.1 (expr.c delta 1.76) may break up those addresses
      such that the backend cannot output them as offsets in load or store
      instructions anymore; no other patterns match so egcs coredumps.
1998-10-31 12:07:01 +00:00
bin Modify to better document getopts. This fixes PR# 704. Much thanks to 1998-10-29 23:23:36 +00:00
distrib The disk-scanning loop in get_disks() had a magic upper bound of 5. 1998-10-31 03:54:44 +00:00
etc A basic /etc/rc.shutdown. Bails out if do_rcshutdown!=YES in /etc/rc.conf 1998-10-29 20:24:56 +00:00
games don't install in /usr/share if NOSHARE is defined 1998-09-29 07:33:20 +00:00
gnu egcs-1.1 netbsd/mips config fixes: 1998-10-31 12:07:01 +00:00
include gdb's shared-lib mapping code in solib.c has #ifdef dependencies on 1998-10-30 05:43:40 +00:00
lib Enable shared libraries. 1998-10-31 09:22:29 +00:00
libexec Add hook to convert some DISP32 relocs to BASREL through a GOT entry. 1998-10-31 09:04:29 +00:00
regress Use sigemptyset() to initialize the signal mask for sigaction(). 1998-09-19 21:23:10 +00:00
sbin Run /etc/rc.shutdown when the final shutdown time has come. 1998-10-29 20:12:56 +00:00
share Enable shared libraries and EGCS. 1998-10-31 09:23:53 +00:00
sys Add code to detect a RealTek 8019 chip, and use the media selection 1998-10-31 01:44:16 +00:00
usr.bin put all the different struct sockaddr_xxx types into the union pt_u, to force the alignment to be correct for all of them. 1998-10-31 06:42:22 +00:00
usr.sbin Use CPPFLAGS+= for -I addition, not CFLAGS+= 1998-10-30 16:55:13 +00:00
Makefile Only ldconfig if it's there (ELF systems don't use ldconfig). 1998-10-18 20:41:39 +00:00