public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Do we support Not ANSI C compiler?
@ 2022-05-09  8:49 Martin Liška
  2022-05-09  9:22 ` Pedro Alves
  2022-05-10  1:44 ` Alan Modra
  0 siblings, 2 replies; 8+ messages in thread
From: Martin Liška @ 2022-05-09  8:49 UTC (permalink / raw)
  To: Binutils

Hi.

I noticed ./include/ansidecl.h contains not ANSI C path:

#else	/* Not ANSI C.  */

#define PTR		char *

/* some systems define these in header files for non-ansi mode */
#undef const
#undef volatile
#undef signed
#undef inline
#define const
#define volatile
#define signed
#define inline

#endif	/* ANSI C.  */

And my question is if we really support such compilers or can we remove the hunk?

Cheers,
Martin

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-10  1:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09  8:49 Do we support Not ANSI C compiler? Martin Liška
2022-05-09  9:22 ` Pedro Alves
2022-05-09 12:01   ` Martin Liška
2022-05-10  1:44 ` Alan Modra
2022-05-10  1:47   ` bfd: remove use of PTR Alan Modra
2022-05-10  1:49     ` opcodes: " Alan Modra
2022-05-10  1:49       ` gas: " Alan Modra
2022-05-10  1:50         ` gprof: " Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).