diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:44:28 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-18 02:44:28 +0000 |
commit | f827120d4545a08c8e8edb25d4ec5b50d694912b (patch) | |
tree | 4c7464e8569f01806b62b13053b69262917ccc1b /include/stab.def | |
parent | d1a9e594859320d99c9ff5730d90dc171594c8e0 (diff) | |
download | gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.zip gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.gz gdb-f827120d4545a08c8e8edb25d4ec5b50d694912b.tar.bz2 |
Gas buys into ../include. Files merged.
Diffstat (limited to 'include/stab.def')
-rwxr-xr-x | include/stab.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stab.def b/include/stab.def index 2ef91c0..93e3b33 100755 --- a/include/stab.def +++ b/include/stab.def @@ -73,8 +73,10 @@ __define_stab (N_SOL, 0x84, "SOL") value is corresponding address. */ __define_stab (N_SLINE, 0x44, "SLINE") /* Similar, for data segment. */ +/* FIXME-NOW: gas's copy had 0x46 here. */ __define_stab (N_DSLINE, 0x66, "DSLINE") /* Similar, for bss segment. */ +/* FIXME-NOW: gas's copy had 0x48 here. */ __define_stab (N_BSLINE, 0x68, "BSLINE") /* Beginning of an include file. Only Sun uses this. |