diff options
author | John Gilmore <gnu@cygnus> | 1991-08-22 03:33:59 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-22 03:33:59 +0000 |
commit | 797d1b8939e7476cd2a30e6a76c06a8f90fe557c (patch) | |
tree | f6a71313fc5453ad290ac936c66a086bd01a6071 /gas/a.out.gnu.h | |
parent | 1ca5c46c1f08145534cd804c609098d27313afef (diff) | |
download | gdb-797d1b8939e7476cd2a30e6a76c06a8f90fe557c.zip gdb-797d1b8939e7476cd2a30e6a76c06a8f90fe557c.tar.gz gdb-797d1b8939e7476cd2a30e6a76c06a8f90fe557c.tar.bz2 |
* 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.
Diffstat (limited to 'gas/a.out.gnu.h')
-rwxr-xr-x | gas/a.out.gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |