[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 23:38 --- Fixed by: 2004-11-30 Zack Weinberg <[EMAIL PROTECTED]> * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h * unwind.h: Surround all visibility pragmas with #ifndef HIDE_EXPORTS

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25 19:46 --- Patch here: (Zack posted this but I am keeping my self assigned as I am the one who caused the regression to get to this point). -- W

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-19 19:43 --- The patch is still slightly wrong, the real way to fix it would be to add -lgcc and make sure that the static libgcc's sources are pritave_extern (aka hidden and like on linux is right now). --

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:32 --- New patch here: . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18383

[Bug target/18383] [4.0 Regression] Cannot use assert in a dynamic library

2004-11-08 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-08 21:06 --- Patch here: , I have a new assert.h which corrects the problem with not outputting the function name (this was also broken in darwin's headers any