forked from Imagelibrary/binutils-gdb
bfd:
2002-02-13 Matt Fredette <fredette@netbsd.org> * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize EF_M68000. bintuls: 2002-02-13 Matt Fredette <fredette@netbsd.org> * readelf.c (get_machine_flags): Recognize EF_M68000. gas: 2002-02-13 Matt Fredette <fredette@netbsd.org> * 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: 2002-02-13 Matt Fredette <fredette@netbsd.org> * m68k.h (EF_M68000): Define.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-02-13 Matt Fredette <fredette@netbsd.org>
|
||||
|
||||
* readelf.c (get_machine_flags): Recognize EF_M68000.
|
||||
|
||||
2002-02-12 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* MAINTAINERS: Added self as MN10300 co-maintainer.
|
||||
|
||||
@@ -1641,6 +1641,8 @@ get_machine_flags (e_flags, e_machine)
|
||||
case EM_68K:
|
||||
if (e_flags & EF_CPU32)
|
||||
strcat (buf, ", cpu32");
|
||||
if (e_flags & EF_M68000)
|
||||
strcat (buf, ", m68000");
|
||||
break;
|
||||
|
||||
case EM_PPC:
|
||||
|
||||
Reference in New Issue
Block a user