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: [patch] Remove __shtab from libgcc



  In message <5ty9z4fsvj.fsf@highland.sibyte.com>you write:
  > The patch below removes __shtab from libgcc2.
  > 
  > It follows discussion of data exported from libgcc, and Jim Wilson's
  > conclusion in http://gcc.gnu.org/ml/gcc-patches/2000-10/msg01069.html
  > that "__shtab should definitely be dropped."
  > 
  > Trusting his opinion, I've made the (almost trivial) patch below
  > against the current sources as of earlier today.
  > 
  > To test it, I applied that patch to sources (slightly hacked from)
  > current as of 2000-10-10 (the Makefile.in patch needed a bit of
  > tweaking to back-port), and built that targetting mips-elf (from
  > sparc-solaris).  I then hand-inspected libgcc.a to verify that __shtab
  > was gone.  It was.  8-)
  > 
  > 
  > patch applies in egcs/gcc, changelog below.
  > 
  > 
  > chris
  > ========================================================================
  > 
  > 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
  > 
  > 	* libgcc2.c (__shtab): Remove __shtab variable.
  > 	* libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
  > 	* Makefile.in (LIB2FUNCS): Remove _shtab from list of library
  > 	members.
Thanks.  Installed.
jeff


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