summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1999-03-04Build manpages when god meant them to beNiklas Hallqvist
1999-03-04Fix edge-condition with doing "cvs update directory" when there is no CVSThorsten Lockert
directory in the current directory, only in the named subdirectory. Reported by Pavel Korovin <pvk@pvk-home.tsinet.ru>
1999-03-04Fix dependencies and cleaningNiklas Hallqvist
1999-03-04Correct info-files cleaning and generationNiklas Hallqvist
1999-03-04Build info files from all: as they should beNiklas Hallqvist
1999-02-28Integrate local changesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from CyclicThorsten Lockert
1999-02-28From: Jeffrey A Law <law@hurl.cygnus.com>Marc Espie
Marc Espie writes: > I haven't really been able to follow thru the code (and my current build > is not finished yet, so I can't do the check myself), but your recent patch > > to handle weak correctly does look like __attribute__((weak)) will work > correctly only if HANDLE_PRAGMA_WEAK is asserted. > > This is a problem, as HANDLE_PRAGMA_WEAK is a choice, not a feature (at > least, that's what the gcc.info documentation seems to imply for > HANDLE_SYSV_PRAGMA). When HANDLE_PRAGMA_WEAK is false, the code will continue to fail as it has failed for years. Not perfect by any means. Feel free to fix it. It is still a choice, selecting that choice is the only way to get functional weak support right now. What needs to happen long term is the generic weak/alias code needs to become unconditional and only the pragma parsing of that code be conditional.
1999-02-28Formatting changes: conform to the gnu coding standard guidelines.Marc Espie
This is the version that was entered in the egcs project as the official OpenBSD configuration file.
1999-02-28Introduce OBSD_CPP_SPEC and OBSD_LIB_SPEC,Marc Espie
so that OpenBSD specific specs are visible to be used by arch configuration files that don't redefine CPP_SPEC/LIB_SPEC directly. This avoids some duplication of code.
1999-02-28Write a `default' OpenBSD setup to factorize stuff that is common toMarc Espie
all OpenBSD architectures. That way, you have to make a conscious effort to rewrite it. As usual, configure.in -> configure. First guy who patches configure directly gets shot.
1999-02-25kill extra gzip.1 in MLINKS and add LINKS and MLINKS for zegrep and zfgrep ↵Todd C. Miller
instead of making extra copies of that script
1999-02-24put zegrep and zfgrep in the treeTheo de Raadt
1999-02-24broken send file function fix, Frederick Bruckman, netbsd pr 6834Theo de Raadt
1999-02-23Add common xm-openbsd.h fragment, to be used by all archs to avoidMarc Espie
unpleasant surprises (like being mistaken for SysV). So far, pa is the only arch that uses it.
1999-02-23Add openbsd changes directly to configure.in,Marc Espie
rebuild configure using latest autoconf.
1999-02-20fix library search problem; the linker would stop searchingMarco S Hyman
for shared libs when the first was found... thus it would miss a newer version found later in the search path
1999-02-19sudo 1.5.8Todd C. Miller
1999-02-18better support for openbsd/hppa, some parts from current egcs-snapshot port; ↵Michael Shalayeff
thanks espie@
1999-02-17GrammarMarc Espie
1999-02-17Future fix: help egcs avoid #pragma weak, which we don't support.Marc Espie
1999-02-17Update to more recent work: remove DEFAULT_VTABLE_THUNKS, as thereMarc Espie
is a big and subtle bug with it.
1999-02-17General clean-up, closer match to egcs.Marc Espie
1999-02-11newline at end of usage; tv@netbsdTheo de Raadt
1999-02-11support non-ELF build environmentsTheo de Raadt
1999-02-09Removal of mvme88k/* files - again...Steve Murphree
1999-02-09Corrected mvme88k vs. m88k directories.Steve Murphree
1999-02-09Moved from mvme88kSteve Murphree
1999-02-09Fixed mvme88k vs. m88k MACHINE_ARCHSteve Murphree
1999-02-09GDB 6.3 (excluding .info files)Steve Murphree
1999-02-09Adding support for Motorola mvme88k.Steve Murphree
1999-02-09Adding support for Motorola mvme88kSteve Murphree
1999-02-09Adding support for Motorola mvme88kSteve Murphree
1999-02-04Add weak symbol handlingNiklas Hallqvist
1999-02-04Grok things like 1.7976931348623157E+308 and the [fF] suffix (float).Todd C. Miller
limits.ph is now almost usable...
1999-02-04Hex constants can end in [lLuU]* as well. Fixes limits.ph and others.Todd C. Miller
1999-02-04When passing ${CC} and ${LDSTATIC} one must use quotes since they may ↵Todd C. Miller
contain more than one word; wd@ics.nara-wu.ac.jp
1999-02-04This is sendbug, not send-pr. Also kill unused error code whenTodd C. Miller
submitter is "unknown". We always set submitter to "net"; krw@tcn.net
1999-02-03Honor ${CC} and ${COPTS}; wd@ics.nara-wu.ac.jpTodd C. Miller
1999-02-02Fix DWARF2_UNWIND_INFO properly, e.g., so that the same fragment worksMarc Espie
with gcc 2.8.1 and egcs. Problem reported by millert@
1999-02-01for clean, cleandir, and obj targets everybody updates ld.soTodd T. Fries
... this permits ro /usr/src/ on pmax.
1999-01-28Ensure i386 or m68k is defined (posixly-correct gcc will only defineMarc Espie
__i386 or __m68k)
1999-01-26Redefine datatypes...Per Fogelstrom
1999-01-25C++ exception handling fix: non elf targets have to be explicitMarc Espie
about dwarf2 unwind information.
1999-01-25Update CPP_SPEC.Jason Downs
1999-01-24Clean up mess instead of applying band-aids.Marc Espie
1999-01-24This is a new version of the config for mipsle which uses the commonPer Fogelstrom
openbsd config. It is belived to work correctly (tested on gcc itself, kernels, and other stuff in the tree). News in this config is support for section ans weak attributes. Based on discussions with Marc Espie.
1999-01-24Whomever thinks that a 'make clean' should do a 'make all' first shall beJason Downs
cursed to do builds on a 68020 for the rest of their life!