This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Zap stray PC_IN_CALL_DUMMY


Hello,

Just discovered that my updated gdb_mbuild.sh script wasn't correctly enabling -Werror. This lead to the attached error sneaking in - duplicate definitions of PC_IN_CALL_DUMMY in tm-mn10200.h.

committed,
Andrew
2002-12-08  Andrew Cagney  <ac131313@redhat.com>

	* config/mn10200/tm-mn10200.h (DEPRECATED_PC_IN_CALL_DUMMY):
	Delete redundant definition.

Index: config/mn10200/tm-mn10200.h
===================================================================
RCS file: /cvs/src/src/gdb/config/mn10200/tm-mn10200.h,v
retrieving revision 1.18
diff -u -r1.18 tm-mn10200.h
--- config/mn10200/tm-mn10200.h	1 Dec 2002 19:07:16 -0000	1.18
+++ config/mn10200/tm-mn10200.h	8 Dec 2002 22:31:40 -0000
@@ -189,7 +189,6 @@
 #define CALL_DUMMY_START_OFFSET      (0)
 #define CALL_DUMMY_BREAKPOINT_OFFSET (0)
 #define CALL_DUMMY_LOCATION          AT_ENTRY_POINT
-#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_at_entry_point (pc, sp, frame_address)
 #define FIX_CALL_DUMMY(DUMMY, START, FUNADDR, NARGS, ARGS, TYPE, GCCP)
 #define CALL_DUMMY_ADDRESS()         entry_point_address ()
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]