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]

[patch] Zap stray CALL_DUMMY_LOCATION


The definition is reduntant - also set in the multi-arch vector.

Andrew
? diffs
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.2174
diff -p -r1.2174 ChangeLog
*** ChangeLog	2002/02/10 06:44:58	1.2174
--- ChangeLog	2002/02/10 07:14:03
***************
*** 1,5 ****
--- 1,6 ----
2002-02-10  Andrew Cagney  <ac131313@redhat.com>

	* config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
  
Index: config/mips/tm-mips.h
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/tm-mips.h,v
retrieving revision 1.24
diff -p -r1.24 tm-mips.h
*** tm-mips.h	2002/01/05 04:30:37	1.24
--- tm-mips.h	2002/02/10 07:14:06
*************** extern void mips_pop_frame (void);
*** 370,377 ****
  #define FIX_CALL_DUMMY(dummyname, start_sp, fun, nargs, args, rettype, gcc_p) \
      write_register(T9_REGNUM, fun)
  
- #define CALL_DUMMY_LOCATION AT_ENTRY_POINT
- 
  #define CALL_DUMMY_ADDRESS() (mips_call_dummy_address ())
  extern CORE_ADDR mips_call_dummy_address (void);
  
--- 370,375 ----

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