merge from gcc

This commit is contained in:
DJ Delorie
2001-09-26 18:45:50 +00:00
parent 4e6667ac4f
commit 3942352316
53 changed files with 3241 additions and 350 deletions

View File

@ -2,6 +2,17 @@
Fri Jun 16 18:30:00 1995 Pat Rankin <rankin@eql.caltech.edu>
This code is in the public domain. */
/*
@deftypefn Replacement char* xstrerror (int @var{errnum})
Behaves exactly like the standard @code{strerror} function, but
will never return a NULL pointer.
@end deftypefn
*/
#include <stdio.h>
#include "libiberty.h"