summaryrefslogtreecommitdiff
path: root/sys/arch/prep/stand/common
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/prep/stand/common')
0 files changed, 0 insertions, 0 deletions
up: replace "eg" with "e.g.,". From Igor Sobrado in PR 19692.wiz 2003-03-12Fix a couple of merge errors.thorpej 2003-03-02Consistently comment out rules which attempt to rebuild .info from .texinfo,lukem (and associated targets for .dvi et al), as well as man pages from .pod, using a prefix of `# '. This prevents a variety of build issues caused by situations such as cvs checkouts which result in the .texinfo file being slightly newer than the .info file, and the build process trying to unnecessarily regenerate them, which will fail in a variety of circumstances (build tools not available, read-only source, etc ...) Once a better solution is found, we can switch to it. For now, this improves things greatly and should reduce a lot of support requests that would undoubtably appear otherwise... 2003-03-01merge binutils 2.13.2.1mrg 2003-03-01import of (most of) binutils 2.13.2.1. no top level, and cut down include/mrg libiberty. (gcc update later can update libiberty properly.) 2003-01-29Add a --redefine-syms-file option from Chris Demetriou's proposed patchsimonb in http://sources.redhat.com/ml/binutils/2002-09/msg00505.html. 2002-06-24remove old and unused filesmsaitoh 2002-01-28Patch posted to binutils@sources.redhat.com by Matt Fredettethorpej (should make it into stock binutils as soon as Matt's copyright assignment paperwork is finalized): bfd: * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize EF_M68000. binutils: * readelf.c (get_machine_flags): Recognize EF_M68000. gas: * config/tc-m68k.c (md_show_usage): No longer display a hard-coded "68020" for the default CPU, instead display the canonical name of the true, configured default CPU. (m68k_elf_final_processing): Mark objects for sub-68020 CPUs with the new EF_M68000 flag. include/elf: * m68k.h (EF_M68000): Define. 2002-01-09Pretty-print the machine-dependent NetBSD ELF core note types.thorpej 2002-01-09Add support for printing of NetBSD ELF core file note types.thorpej 2002-01-08getopt_long option list was incorrect. Apply rev 1.20 diffs fromwdk binutils-current respository. 2001-06-24 H.J. Lu <hjl@gnu.org> * objcopy.c (strip_main): Revert the change made on 2001-05-30 by accident. (copy_main): Apply the the change made to strip_main on 2001-05-30 by accident. strip now passes the argument list as documented.