This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Patch: XStormy16 -vs- Dwarf-2 minimum instruction size


>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:

Joseph> When removing target macros, also poison them in system.h to
Joseph> avoid them reappearing in new ports.

Thanks.

In this case the macro in question remains in dwarf2out.c.
Wouldn't poisoning it cause problems here?

Also, the macro it is now unconditionally defined.
So if it is defined by a target, we'll get a macro redefinition error
when compiling dwarf2out.c.

Given these considerations, should I still poison it?

Tom


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