diff options
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 |