summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Collapse)Author
2000-01-02skip gdb if ${MACHINE_ARCH} == "sh3"msaitoh
1999-12-26ld.new for NetBSD/sh3msaitoh
1999-12-14Accept %fp as an alias for %a6 (prefix *MUST* be present for this aliasthorpej
to work).
1999-12-10Add news68kitohy
1999-12-01open(2) can legally return 0. Errors only if return value < 0.phil
(Test for good is >= 0.)
1999-11-26add TDEPFILES.sh3msaitoh
TODO: add NATDEPFILES.sh3
1999-11-26s/sparc/sh/msaitoh
1999-11-17add "sh3"fair
1999-11-17simply the conditional for ld.matt
1999-11-13add hpcmipsjun
1999-11-10Add register prefixes.thorpej
1999-11-10Add '\n' after error messages.hubertf
Problem reported in PR 8773 by Johan Danielsson <joda@pdc.kth.se>
1999-11-09Hack in (quite brutally, I might add) a flag to warn about missingthorpej
register prefixes. Suggested by Ignatios Souvatzis.
1999-11-08don't bother calling fwrite() if count == 0' ld.clukem
1999-11-03Fix bogus section header. From PR 8735.hwr
1999-10-31change the example values of Confidential field from "yes | no" to "no | yes"jdolecek
so that commonly used value is first and it's less probable somebody would use "yes" accidentaly
1999-10-30- document the environment variables used by send-pr to fill in defaultsdmcmahill
for problem reports. See the ENVIRONMENT section of the manpage. - document the files used by send-pr to fill in defaults for problem reports. See the FILES section of the manpage. This addresses PR misc/1889.
1999-10-21Define `%' as the register name prefix, like the ELF assembler, and allowthorpej
it to be optional (for now). This will allow m68k code maintainers to convert to the new register name conventions incrementally.
1999-10-10Add explicit dependency on arparse.h, so it can appear timely.pk
1999-10-09CPPFLAGS/HOST_CPPFLAGS isolation for cross-compilessommerfeld
1999-10-09Don't put (target-oriented) CPPFLAGS into HOST_CPPFLAGS in bulk - instead,sommerfeld
add the same things to HOST_CPPFLAGS as to CPPFLAGS This is necessary to cross-compile egcs.
1999-10-07gcc for sh3msaitoh
1999-10-07gas.new for sh3msaitoh
1999-10-04Don't abuse alloca() for allocating memory for string sections which cantron
easily have a size of several megabytes exceeding the hard stack limit of some ports. Patch supplied by Richard Earnshaw in PR bin/8547.
1999-09-29Hpcmips needs completely FPU instruction free user land.takemura
XXX, this modification is kinda ad-hoc.
1999-09-26xref cpio(1), symlink(7)jdolecek
1999-09-26- Use .Pa for pathname or file name.enami
- When listing another way to do same thing, make sure it actually do the same. - Make sure necessary shell quoting is displayed. - Don't pass more than 10 argument to .Dl.
1999-09-26Use macros rather than writing double quote directly.enami
1999-09-26backout rev. 1.12. learned that comma inside quote is right english.enami
pointed out by cgd.
1999-09-26Don't include a trailing comma inside of double quotation.enami
1999-09-25Cosmetic changes:enami
- fold long lines. - remove white space between make variable and assignment operator.
1999-09-25Use the value of environment variable NM as a name of nm command.enami
This makes us gdb built on cross compile environment. (part of PR#8369).
1999-09-25Pass down the value of NM to mkinit.sh as environment variable.enami
1999-09-17don't call fwrite() will a NULL bufferlukem
1999-09-05Allow hardlinks to symlinks.hubertf
Reviewed by: Bill Studenmund, Klaus Klein
1999-08-24Cast hstat.st_size to size_t when passing it to ck_malloc().bad
Fixes PR port-m68k/8229.
1999-08-21Don't chown installed files or directories if UNPRIVILEGED is defined.simonb
"make build" should now work as a non-root user (tested on Alpha). mtree spits out lots of warnings during "make distrib-dirs", but these are non-fatal.
1999-08-20Back out previous change now that "decompress" is not exported by libbz2.simonb
1999-08-20In test mode, don't print the contents to stdout.simonb
Patch from NAKAJIMA Yoshihiro in PR bin/8238.
1999-08-17In name section, use .Dq macro rather than writing double quote directly.enami
1999-08-11in string::search(), don't call memchr() if ptr == NULL.lukem
noticed when tbl started logging lots of assertion errors generated from my local copy of libc which has (a modified) assert() tests throughout.
1999-08-10Cross-compile support: allow -B option to specify directory for backendsommerfeld
1999-07-30Don't use GNU malloc() any more.mycroft
1999-07-27Argh - both gzip.c and libbz have a "decompress" symbol. For now,simonb
rename gzip.c's decompress to de_compress. I emailed the author of libbz back in December about this and haven't heard anything since... Thanks to enami tsugutomo for pointing this out.
1999-07-26Fix PR security/8069 differently:tron
Add a new option "-S" to "nroff" and use "nroff -S" instead of "groff -S" because "nroff" adds some other (moderately useful and important) options to the "groff" execution.
1999-07-25Handle decompressing bzip2 files.simonb
1999-07-24enforce MKSHAREmrg
1999-07-22Allow -L on both files, not only one.hubertf
Reported in PR 1947 by Niklas Hallqvist <niklas@filippa.appli.se> and also fed back to the GNU RCS maintainers.
1999-06-25Fix printf(3) format warning (per Kurt Schreiner on port-sparc).pk
1999-06-13Build GNU Awk 3.0.3 from sources in "dist" directory.tron