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

[RFA 0/2] Remove some cleanups from dwarf2read


This short series removes some cleanups from dwarf2read.c.

I believe this removes the last dangling cleanups from this file, so
it shouldn't be necessary any more to ensure that cleanups are
installed at any particular spot.  I checked the file and verified
that all the cleanups remaining are handled locally -- either run or
discarded in the same function.

Regression tested by the buildbot.

Tom


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