From 6687c9531dd9abe1aafb2c1e9425119dd51d5bbc Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 1 Jul 1996 21:40:02 +0000 Subject: [PATCH] From Raymond Jou : * mpw-make.sed: Add lines to whack out autoconf hook @CONFIG_LDFLAGS@. --- gdb/ChangeLog | 46 ++++++++++++++++++++++++++-------------------- gdb/mpw-make.sed | 3 +++ 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68c0eaf7e1..9b708c0dd0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,25 +1,31 @@ +Mon Jul 1 13:00:43 1996 Stan Shebs + + From Raymond Jou : + * mpw-make.sed: Add lines to whack out autoconf hook + @CONFIG_LDFLAGS@. + Mon Jul 01 11:07:15 1996 Mark Alexander * remote-e7000.c (e7000_stop): New function. Fri Jun 28 06:34:19 1996 Dawn Perchik - * configure,configure.in: Add target sparclet. - * monitor.h,monitor.c: - Added monitor flags MO_NO_ECHO_ON_SETMEM (don't expect echo on - setmem command), MO_RUN_FIRST_TIME (if command to start process - running on target is different from one to continue execution), - MO_HEX_PREFIX (if addresses from monitor have a "0x" prefix). - * monitor.c,parse.c,sparc-tdep.c: - Don't require strings in the registers array. This is to allow - NULLs to be place holders in the tm-*.h file so that only minor - changes are needed when a new processor is introduced (eg, one - without floating point). - * sparc-tdep.c: Conditionally remove dependancies on floating point. - * sparclet-rom.c,config/sparc/sparclet.mt,config/sparc/tm-sparclet.h: - New files for target sparclet. - * symfile.c: Add option for 2nd parameter on load command : a load - offset added to the vma of each section. + * configure, configure.in: Add target sparclet. + * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM + (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if + command to start process running on target is different from one + to continue execution), MO_HEX_PREFIX (if addresses from monitor + have a "0x" prefix). + * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the + registers array. This is to allow NULLs to be place holders in + the tm-*.h file so that only minor changes are needed when a new + processor is introduced (eg, one without floating point). + * sparc-tdep.c: Conditionally remove dependancies on floating + point. + * sparclet-rom.c, config/sparc/sparclet.mt, + config/sparc/tm-sparclet.h: New files for target sparclet. + * symfile.c (load_command): Add option for 2nd parameter; a load + offset added to the vma of each section. Fri Jun 28 05:39:19 1996 Dawn Perchik @@ -27,10 +33,10 @@ Fri Jun 28 05:39:19 1996 Dawn Perchik Fri Jun 28 05:25:18 1996 Dawn Perchik - * remote-e7000.c,remote.c,target.h,top.c: - Add set option "remote_timeout" for setting remote_timeout. - Add set option "use_hard_breakpoints" for setting hardware - .vs. memory breakpoints. + * remote-e7000.c, remote.c, target.h, top.c: Add set option + "remote_timeout" for setting remote_timeout. Add set option + "use_hard_breakpoints" for setting hardware .vs. memory + breakpoints. Fri Jun 28 04:32:18 1996 Dawn Perchik diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 0b3f7b9c26..7275c9b49a 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -32,6 +32,9 @@ /^TERMCAP =/s/ =.*$/ =/ +# Whack out autoconf hook for thread debugging. +/@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g + /@DEFS@/s/@DEFS@//g /@YACC@/s/@YACC@/byacc/g -- 2.34.1