diff options
author | John Gilmore <gnu@cygnus> | 1991-05-02 02:52:21 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-02 02:52:21 +0000 |
commit | 9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b (patch) | |
tree | bd6fc6173cfec889867ef21fd150ea54286f9e53 /include/a.out.vax.h | |
parent | aec4cb918e549e6eafb8a49c741d0b417956d445 (diff) | |
download | gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.zip gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.tar.gz gdb-9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b.tar.bz2 |
Update for merge of main BFD and GDB's BFD. Remove "_struct" suffix
on all struct types -- they are in a separate namespace anyway.
Move bfd_alloc, bfd_zalloc, bfd_realloc, bfd_release into libbfd.h,
since external users shouldn't be calling them anyway.
Diffstat (limited to 'include/a.out.vax.h')
-rwxr-xr-x | include/a.out.vax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/a.out.vax.h b/include/a.out.vax.h index 4ece018..73118ff 100755 --- a/include/a.out.vax.h +++ b/include/a.out.vax.h @@ -1,7 +1,7 @@ /* VAX-specific definitions for a.out file header fields. */ #define PAGE_SIZE 512 /* aka NBPG in <sys/param.h> */ -#define SEGMENT_SIZE PAGE_SIZE /* rounding between text/data ??! */ +#define SEGMENT_SIZE PAGE_SIZE /* rounding between text/data ? */ #define TEXT_START_ADDR 0 /* Text start address: see <machine/vmparam.h> USRTEXT. */ #define STACK_END_ADDR 0x80000000-(14+14)*PAGE_SIZE /* see |