Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-02-13 21:14:48 +0300
committerJason Thorpe <thorpej@wasabisystems.com>2002-02-13 21:14:48 +0300
commitd15293f89431dae36887bab2d8ea7aa4ac5c0821 (patch)
treeff425228e4ec2ca785a6afe06e5369a5d2f0b887 /include/elf/m68k.h
parent7b61d0c500080f19a0436371f9ac817d649b34e3 (diff)
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.
Diffstat (limited to 'include/elf/m68k.h')
-rw-r--r--include/elf/m68k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/m68k.h b/include/elf/m68k.h
index 03bf465e2..7769c59eb 100644
--- a/include/elf/m68k.h
+++ b/include/elf/m68k.h
@@ -53,5 +53,6 @@ START_RELOC_NUMBERS (elf_m68k_reloc_type)
END_RELOC_NUMBERS (R_68K_max)
#define EF_CPU32 0x00810000
+#define EF_M68000 0x01000000
#endif