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/HPUX/multiarch] Delete unneeded macros in tm-hppa64.h


Following a message from Andrew on gdb@, I looked a bit more closely at
the EXTRA_FRAME_INFO macro. I realized that this macro was only defined
for hppa64, and that the field it introduced was actually never used.
This conclusion was later confirmed by running the testsuite without
any new regression. I therefore committed the attached patch:

2003-03-31  J. Brobecker  <brobecker at gnat dot com>

        * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
        (INIT_FRAME_AP): Likewise.
        (EXTRA_FRAME_INFO): Likewise.

-- 
Joel

Attachment: tm-hppa64.h.diff
Description: Text document


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