This is the mail archive of the gcc@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]

Re: A Linux patch for .p2align



  In message <199806191427.KAA20354@caip.rutgers.edu>you write:
  > 	Yes, but I would not include system.h (or stdio.h or any
  > system header) from another gcc header like linux.h.  The .c file
  > itself should include system.h right after [h]config.h.
Agreed.  I was more trying to point out that including stdio.h is the 
wrong thing to do, pretty much anywhere in the compiler these days.

  > 	So far, the following are done (I didn't do them all, so
  > thanks for the help, you know who you are...):
  > 
  > sparc.c
  > m32r.c
  > mips.c
  > pa.c
  > rs6000.c
Cool.  I guess I can take the mn10200, mn10300 and h8 since they're
"my" ports.

  > 	Note you don't have to update Makefile.in dependencies for
  > $out_object_file, I did that the first time I converted a config/ dir
  > file so all of them have this.
Cool.

jeff


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