diff options
| author | Dan Nicolaescu | 2008-07-10 02:37:07 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-10 02:37:07 +0000 |
| commit | d2b5bbda451e8e10576e3145938c27c6171f6ae3 (patch) | |
| tree | c4ec158d08db873a42226da58a0e05288c3be21e /src | |
| parent | 40dde9d187458709cffb6029d09f8acdc7a7394e (diff) | |
| download | emacs-d2b5bbda451e8e10576e3145938c27c6171f6ae3.tar.gz emacs-d2b5bbda451e8e10576e3145938c27c6171f6ae3.zip | |
* unexmips.c:
* unexelf.c: Remove references to desupported systems.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/unexelf.c | 8 | ||||
| -rw-r--r-- | src/unexmips.c | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7767dedd291..6cf5b28b2ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * unexmips.c: | ||
| 4 | * unexelf.c: Remove references to desupported systems. | ||
| 5 | |||
| 3 | * m/powermac.h: Remove file, it is now identical to m/macppc.h. | 6 | * m/powermac.h: Remove file, it is now identical to m/macppc.h. |
| 4 | 7 | ||
| 5 | * m/powermac.h: Remove boilerplate comments. | 8 | * m/powermac.h: Remove boilerplate comments. |
diff --git a/src/unexelf.c b/src/unexelf.c index 199352d4e6e..8dcce2ee956 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -426,10 +426,10 @@ extern void fatal (const char *msgid, ...); | |||
| 426 | #include <elf.h> | 426 | #include <elf.h> |
| 427 | #endif | 427 | #endif |
| 428 | #include <sys/mman.h> | 428 | #include <sys/mman.h> |
| 429 | #if defined (__sony_news) && defined (_SYSTYPE_SYSV) | 429 | #if defined (_SYSTYPE_SYSV) |
| 430 | #include <sys/elf_mips.h> | 430 | #include <sys/elf_mips.h> |
| 431 | #include <sym.h> | 431 | #include <sym.h> |
| 432 | #endif /* __sony_news && _SYSTYPE_SYSV */ | 432 | #endif /* _SYSTYPE_SYSV */ |
| 433 | #if __sgi | 433 | #if __sgi |
| 434 | #include <syms.h> /* for HDRR declaration */ | 434 | #include <syms.h> /* for HDRR declaration */ |
| 435 | #endif /* __sgi */ | 435 | #endif /* __sgi */ |
| @@ -1081,7 +1081,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) | |||
| 1081 | } | 1081 | } |
| 1082 | #endif /* __alpha__ */ | 1082 | #endif /* __alpha__ */ |
| 1083 | 1083 | ||
| 1084 | #if defined (__sony_news) && defined (_SYSTYPE_SYSV) | 1084 | #if defined (_SYSTYPE_SYSV) |
| 1085 | if (NEW_SECTION_H (nn).sh_type == SHT_MIPS_DEBUG | 1085 | if (NEW_SECTION_H (nn).sh_type == SHT_MIPS_DEBUG |
| 1086 | && old_mdebug_index != -1) | 1086 | && old_mdebug_index != -1) |
| 1087 | { | 1087 | { |
| @@ -1104,7 +1104,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) | |||
| 1104 | phdr->cbExtOffset += diff; | 1104 | phdr->cbExtOffset += diff; |
| 1105 | } | 1105 | } |
| 1106 | } | 1106 | } |
| 1107 | #endif /* __sony_news && _SYSTYPE_SYSV */ | 1107 | #endif /* _SYSTYPE_SYSV */ |
| 1108 | 1108 | ||
| 1109 | #if __sgi | 1109 | #if __sgi |
| 1110 | /* Adjust the HDRR offsets in .mdebug and copy the | 1110 | /* Adjust the HDRR offsets in .mdebug and copy the |
diff --git a/src/unexmips.c b/src/unexmips.c index db1d3a77296..fca96d6f32a 100644 --- a/src/unexmips.c +++ b/src/unexmips.c | |||
| @@ -77,7 +77,7 @@ typedef struct { | |||
| 77 | 77 | ||
| 78 | #endif /* not MACH */ | 78 | #endif /* not MACH */ |
| 79 | 79 | ||
| 80 | #if defined (IRIS_4D) || defined (sony) | 80 | #if defined (IRIS_4D) |
| 81 | #include "getpagesize.h" | 81 | #include "getpagesize.h" |
| 82 | #include <fcntl.h> | 82 | #include <fcntl.h> |
| 83 | #endif | 83 | #endif |