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]

Re: A Linux/libc 5 patch for egcs 1.1.2




  In message <m10G8fy-000390C@ocean.lucon.org>you write:
  > Thanks. Here is the new patch.
  > 
  > 
  > H.J.
  > ---
  > Thu Feb 25 12:17:52 1998  H.J. Lu  (hjl@gnu.org)
  > 
  > 	* config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO
  > 	-D_G_HAVE_WEAK_SYMBOL.
  > 
  > 	* genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO
  > 	and _G_HAVE_WEAK_SYMBOL are defined.
  > 	* iofclose.c: Likewise.
  > 	* iofeof.c: Likewise.
  > 	* ioferror.c: Likewise.
  > 	* iogetc.c: Likewise.
  > 	* ioputc.c: Likewise.
  > 	* iovsprintf.c: Likewise.
  > 	* iovsscanf.c: Likewise.
Thanks.  I have installed this into the mainline and the release branch.  We
still need to decide how to resolve the problems with the functions that
are defined by libc.a(genops.o) which are not defined by libstdc++.a(genops.o).

jeff


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