This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Heads up, more multi-arch conversions ahead ...


On Apr 21,  3:44pm, Andrew Cagney wrote:

> If I post a change that affects something you're working on, please let
> me know.  If you find a macro that needs (not wants :-) converting post
> it to gdb-patches and I'll enter it into my queue :-)

Here are the ones that I noticed in the midst of doing the IA-64 port: 

IN_SIGTRAMP [need]

SAVE_DUMMY_FRAME_TOS [want - for ia64, I have a (fairly clean) workaround
    in place]

TARGET_ELF64 [want - see elf_locate_base() in solib.c]

All of the hardware watchpoint macros.  [want - I've temporarily
    placed the defines in config/ia64/nm-linux.h and I've put the
    actual code in ia64-linux-nat.c.  Once these macros are brought
    into the multi-arch framework, I'll migrate this code to the
    tm-*.h / *-tdep.c files.]

Kevin

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