From 187365caaad2d020b335485c50b0fcd00c5e5b48 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 28 Jan 2022 11:14:37 -0800 Subject: 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+. --- gdb/i386-bsd-nat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/i386-bsd-nat.c') diff --git a/gdb/i386-bsd-nat.c b/gdb/i386-bsd-nat.c index 515e0a8..a04478a 100644 --- a/gdb/i386-bsd-nat.c +++ b/gdb/i386-bsd-nat.c @@ -350,9 +350,7 @@ _initialize_i386bsd_nat () system header files and sysctl(3) to get at the relevant information. */ -#if defined (__FreeBSD_version) && __FreeBSD_version >= 400011 -#define SC_REG_OFFSET i386fbsd4_sc_reg_offset -#elif defined (__FreeBSD_version) && __FreeBSD_version >= 300005 +#if defined (__FreeBSD_version) #define SC_REG_OFFSET i386fbsd_sc_reg_offset #elif defined (OpenBSD) #define SC_REG_OFFSET i386obsd_sc_reg_offset -- cgit v1.1