mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* hosts/hp300.h: Include <stdlib.h>; don't declare free.
This commit is contained in:
@ -5,6 +5,8 @@ Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|||||||
|
|
||||||
Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
|
Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com)
|
||||||
|
|
||||||
|
* hosts/hp300.h: Include <stdlib.h>; don't declare free.
|
||||||
|
|
||||||
* som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
|
* som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
|
||||||
rather than an array of variable size.
|
rather than an array of variable size.
|
||||||
(som_bfd_fill_in_ar_symbols): Likewise.
|
(som_bfd_fill_in_ar_symbols): Likewise.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -17,8 +18,6 @@
|
|||||||
|
|
||||||
#define USE_UTIME
|
#define USE_UTIME
|
||||||
|
|
||||||
void free();
|
|
||||||
|
|
||||||
/* Some things that need to be defined in order to make code written for
|
/* Some things that need to be defined in order to make code written for
|
||||||
BSD Unix compile under System V Unix. */
|
BSD Unix compile under System V Unix. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user