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] Remove "#if 0"'ed macros in tm-cygwin.h


I made the following change. I used the obvious-change rule, because
  - it is obvious this code is commented out and therefore the removal
    will not impact the behavior
  - it is easy to put back
  - and if it were to be put back, I believe the gdbarch mechanism
    should be used.

2002-08-16  Joel Brobecker  <brobecker@gnat.com>

        * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.

I made this cleanup because I am namespace-proofing skip_trampoline_code(),
so instead of modifying this commented out code, it was just better to get
rid of it.

-- 
Joel

Attachment: tm-cygwin.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]