------- Additional Comments From nickc at redhat dot com 2005-02-08 09:36
-------
Hi Peter,
Thanks for supplying a test case. Unfortunatley it does not compile as it
needs a header file SDL.h which was not supplied and it uses a function
SDL_LoadBMP which does not appear to be in the supplied libraries. Instead I
used this source as my test example:
extern void * SDL_LoadBMP_RW (const char *);
void * src;
int main (void) {src = SDL_LoadBMP_RW ("font1.bmp");}
With this I was able to reproduce the problem and I now have a patch which
changes the abort() into a more suitable error message. Please try the attached
patch and let me know what you think.
Cheers
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://sources.redhat.com/bugzilla/show_bug.cgi?id=698
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils