From 797d1b8939e7476cd2a30e6a76c06a8f90fe557c Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 22 Aug 1991 03:33:59 +0000 Subject: * Start a ChangeLog for the includes directory. * a.out.gnu.h (N_FN): Fix value -- was 15, should be 0x1E. * stab.def: Update allocation table in comments at end, to reflect reality as I know it. --- gas/a.out.gnu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/a.out.gnu.h b/gas/a.out.gnu.h index 21cd754..42941e6 100755 --- a/gas/a.out.gnu.h +++ b/gas/a.out.gnu.h @@ -163,7 +163,7 @@ struct nlist { #define N_TEXT 4 #define N_DATA 6 #define N_BSS 8 -#define N_FN 15 +#define N_FN 0x1e #define N_EXT 1 #define N_TYPE 036 -- cgit v1.1