Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Add declaration in i386-tdep.h (for interix)
@ 2002-07-30 12:18 Joel Brobecker
  2002-08-01 15:16 ` Andrew Cagney
  2002-08-15 12:52 ` Joel Brobecker
  0 siblings, 2 replies; 9+ messages in thread
From: Joel Brobecker @ 2002-07-30 12:18 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Still submitting small changes that I come across and will be needed for
the interix port...

2002-07-30  Joel Brobecker  <brobecker@gnat.com>

        * i386-tdep.h (skip_trampoline_code): Add forward declaration.
        Will be needed for the interix target.

OK to apply?

Thank you.
-- 
Joel

[-- Attachment #2: i386-tdep.h.diff --]
[-- Type: text/plain, Size: 635 bytes --]

Index: i386-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.h,v
retrieving revision 1.10
diff -c -3 -p -r1.10 i386-tdep.h
*** i386-tdep.h	4 Jul 2002 08:18:20 -0000	1.10
--- i386-tdep.h	30 Jul 2002 17:55:28 -0000
*************** struct gdbarch_tdep
*** 160,165 ****
--- 160,168 ----
  /* Size of the largest register.  */
  #define I386_MAX_REGISTER_SIZE	16
  
+ /* Functions exported from i386-tdep.c */
+ extern CORE_ADDR skip_trampoline_code (CORE_ADDR pc, char *name);
+ 
  /* Return the name of register REG.  */
  extern char const *i386_register_name (int reg);
  

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-08-17  0:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30 12:18 [RFA] Add declaration in i386-tdep.h (for interix) Joel Brobecker
2002-08-01 15:16 ` Andrew Cagney
2002-08-01 15:22   ` Andrew Cagney
2002-08-02 11:18   ` Joel Brobecker
2002-08-15 12:52 ` Joel Brobecker
2002-08-16  4:10   ` Mark Kettenis
2002-08-16 14:44     ` Joel Brobecker
2002-08-16 15:26       ` Mark Kettenis
2002-08-16 17:12         ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox