diff options
author | Fred Fish <fnf@specifix.com> | 1993-07-22 23:09:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-07-22 23:09:07 +0000 |
commit | d1f83f4494d509f4cfe9d0cb0a8b69ee8b34e1c4 (patch) | |
tree | 7c384ec56821d18dc0007866e13511f9a808425a /bfd/.Sanitize | |
parent | f261333bd389db094cf3bcbf8e68b2a8d72f79d8 (diff) | |
download | gdb-d1f83f4494d509f4cfe9d0cb0a8b69ee8b34e1c4.zip gdb-d1f83f4494d509f4cfe9d0cb0a8b69ee8b34e1c4.tar.gz gdb-d1f83f4494d509f4cfe9d0cb0a8b69ee8b34e1c4.tar.bz2 |
* nlm{32,64}-target.h: Remove.
* nlm-target.h: New file, merged from nlm{32,64}-target.h
* libnlm.h (NLM_ARCH_SIZE): Define to ARCH_SIZE.
* nlm.c (ARCH_SIZE): Remove define to zero.
* nlm32-gen.c (ARCH_SIZE): Define to 32.
* nlm32-gen.c (JUMP_TABLE_PREFIX): Define to nlm32.
* nlm{32,64}-gen.c (nlm-target.h): Include.
* targets.c, libnlm.h, nlm.c, nlm{32,64}-gen.c, nlm{32,64}.c,
nlmcode.h: Convert prefixes from bfd_nlm<size> to just
nlm<size>, and use macros select size.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index c540471..fd5dedd 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -137,12 +137,11 @@ libnlm.h liboasys.h mipsbsd.c newsos3.c +nlm-target.h nlm.c nlm32-gen.c -nlm32-target.h nlm32.c nlm64-gen.c -nlm64-target.h nlm64.c nlmcode.h oasys.c |