diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-01-28 11:14:37 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-28 11:14:37 -0800 |
commit | 187365caaad2d020b335485c50b0fcd00c5e5b48 (patch) | |
tree | 137c5aee901c23413c140d8187f67f213c044b71 /gdb/i386-tdep.h | |
parent | 5647d3e3dc18463240b6dbfac0bd0cf7d506c824 (diff) | |
download | gdb-187365caaad2d020b335485c50b0fcd00c5e5b48.zip gdb-187365caaad2d020b335485c50b0fcd00c5e5b48.tar.gz gdb-187365caaad2d020b335485c50b0fcd00c5e5b48.tar.bz2 |
Remove vestigal FreeBSD/i386 3.x support.
This was orphaned when a.out support was removed as the FreeBSD/i386
ELF support always used the register layouts from 4.0+.
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 6fd134d..5889933 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -476,7 +476,6 @@ extern CORE_ADDR i386fbsd_sigtramp_start_addr; extern CORE_ADDR i386fbsd_sigtramp_end_addr; extern CORE_ADDR i386obsd_sigtramp_start_addr; extern CORE_ADDR i386obsd_sigtramp_end_addr; -extern int i386fbsd4_sc_reg_offset[]; extern int i386fbsd_sc_reg_offset[]; extern int i386obsd_sc_reg_offset[]; extern int i386bsd_sc_reg_offset[]; |