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]

[RFC/AIX] xm-aix4.h - Remove USG #define


config/xm-aix4.h has the following definition:

| #define USG 1

The most obvious way of getting rid of it is to add a piece in configure.in
to set this define if on AIX by adding a -D to the cflags, but that
would be ugly. I think the best approach would be to see if we couldn't
just get rid of its usage entirely. Need to review its usage first...

-- 
Joel


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