libgcc2.c (find_exception_table): Fix to logic to deal with functions that are in...
authorMike Stump <mrs@gcc.gnu.org>
Wed, 2 Apr 1997 03:31:36 +0000 (03:31 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 2 Apr 1997 03:31:36 +0000 (03:31 +0000)
commit70e06f23df998477ef7b1b906968aef1f2afc388
tree62c8018ef65f97fc595ac53403869bd88e472270
parentebf0d0254440202422a4434686b4b4654351b2c8
libgcc2.c (find_exception_table): Fix to logic to deal with functions that are in their own section...

* libgcc2.c (find_exception_table): Fix to logic to deal with
  functions that are in their own section, such as template
  instantiations, that cause overlapping EH tables.

From-SVN: r13830
gcc/libgcc2.c