diff options
Diffstat (limited to 'src/unexmacosx.c')
| -rw-r--r-- | src/unexmacosx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unexmacosx.c b/src/unexmacosx.c index 8cd80a7a544..ae34237a66b 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -826,7 +826,6 @@ copy_data_segment (struct load_command *lc) file. */ if (strncmp (sectp->sectname, SECT_DATA, 16) == 0) { - extern char my_edata[]; unsigned long my_size; /* The __data section is basically dumped from memory. But @@ -857,7 +856,6 @@ copy_data_segment (struct load_command *lc) } else if (strncmp (sectp->sectname, SECT_BSS, 16) == 0) { - extern char *my_endbss_static; unsigned long my_size; sectp->flags = S_REGULAR; |
