From 9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 2 May 1991 02:52:21 +0000 Subject: 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. --- include/a.out.vax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/a.out.vax.h') 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 */ -#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 USRTEXT. */ #define STACK_END_ADDR 0x80000000-(14+14)*PAGE_SIZE /* see -- cgit v1.1