gprof/
* gprof.h: Include gconfig.h. #undef PACKAGE. ld/ * ldlang.c: Do not include limits.h.
This commit is contained in:
parent
93af4360e4
commit
39e65143d2
4 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-04-15 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* gprof.h: Include gconfig.h. #undef PACKAGE.
|
||||
|
||||
2009-04-09 Philippe Biondi <phil@secdev.org>
|
||||
|
||||
* corefile.c (core_create_function_syms): Initialise a symbol's
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
#ifndef gprof_h
|
||||
#define gprof_h
|
||||
|
||||
#include "gconfig.h"
|
||||
|
||||
#undef PACKAGE
|
||||
|
||||
/* Include the BFD sysdep.h file. */
|
||||
#include "sysdep.h"
|
||||
#include "bfd.h"
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2009-04-15 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* ldlang.c: Do not include limits.h.
|
||||
|
||||
2009-04-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR ld/10047
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
||||
MA 02110-1301, USA. */
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "sysdep.h"
|
||||
#include "bfd.h"
|
||||
#include "libiberty.h"
|
||||
|
|
Loading…
Reference in a new issue