forked from Imagelibrary/binutils-gdb
Revert "2.41 Release sources"
This reverts commit 675b9d612c.
See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
This commit is contained in:
@@ -76,12 +76,6 @@ extern void set_times (const char *, const struct stat *);
|
||||
extern int smart_rename (const char *, const char *, int,
|
||||
struct stat *, bool);
|
||||
|
||||
|
||||
/* In libiberty. */
|
||||
void *xmalloc (size_t);
|
||||
|
||||
void *xrealloc (void *, size_t);
|
||||
|
||||
#if __GNUC__ >= 7
|
||||
#define _mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user