diff options
author | DJ Delorie <dj@redhat.com> | 2001-02-13 21:01:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-02-13 21:01:44 +0000 |
commit | c9430732f00872ebd5774110fb39110af0f49487 (patch) | |
tree | 388e8bfff5a2b0a900c542f7a3a7d188c61871aa /include | |
parent | cbff5e0d665fbb1c9fd6806f97a791eaf00aee8d (diff) | |
download | gdb-c9430732f00872ebd5774110fb39110af0f49487.zip gdb-c9430732f00872ebd5774110fb39110af0f49487.tar.gz gdb-c9430732f00872ebd5774110fb39110af0f49487.tar.bz2 |
* include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. Rename
PEP64AOUTSZ to PEPAOUTSZ.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/ChangeLog | 5 | ||||
-rw-r--r-- | include/coff/pe.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/coff/ChangeLog b/include/coff/ChangeLog index f5ad4c3..aace5bd 100644 --- a/include/coff/ChangeLog +++ b/include/coff/ChangeLog @@ -1,3 +1,8 @@ +2001-02-09 David Mosberger <davidm@hpl.hp.com> + + * pe.h (PEPAOUTSZ): Rename from PEP64AOUTSZ. + Rename from PEPAOUTHDR. + 2001-01-23 H.J. Lu <hjl@gnu.org> * include/coff/pe.h (struct external_PEI_DOS_hdr): New. diff --git a/include/coff/pe.h b/include/coff/pe.h index 0cf46d0..7f15474 100644 --- a/include/coff/pe.h +++ b/include/coff/pe.h @@ -279,8 +279,8 @@ typedef struct char NumberOfRvaAndSizes[4]; /* IMAGE_DATA_DIRECTORY DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES]; */ char DataDirectory[16][2][4]; /* 16 entries, 2 elements/entry, 4 chars. */ -} PEP64AOUTHDR; -#define PEP64AOUTSZ 240 +} PEPAOUTHDR; +#define PEPAOUTSZ 240 #undef E_FILNMLEN #define E_FILNMLEN 18 /* # characters in a file name. */ |