Subject: CVS commit: gnusrc/gnu/dist/toolchain
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/28/2002 23:39:08
Module Name:	gnusrc
Committed By:	thorpej
Date:		Mon Jan 28 21:39:08 UTC 2002

Modified Files:
	gnusrc/gnu/dist/toolchain/bfd: elf32-m68k.c
	gnusrc/gnu/dist/toolchain/binutils: readelf.c
	gnusrc/gnu/dist/toolchain/gas/config: tc-m68k.c
	gnusrc/gnu/dist/toolchain/include/elf: m68k.h

Log Message:
Patch posted to binutils@sources.redhat.com by Matt Fredette
(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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 gnusrc/gnu/dist/toolchain/bfd/elf32-m68k.c
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/dist/toolchain/binutils/readelf.c
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/dist/toolchain/gas/config/tc-m68k.c
cvs rdiff -r1.1.1.3 -r1.2 gnusrc/gnu/dist/toolchain/include/elf/m68k.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.