mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 08:25:30 +08:00
* trad-core.c (NBPG): If not defined, set to getpagesize().
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-15 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* trad-core.c (NBPG): If not defined, set to getpagesize().
|
||||||
|
|
||||||
2007-07-13 Roland McGrath <roland@redhat.com>
|
2007-07-13 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* elf-bfd.h (struct elf_obj_tdata): Revert last change.
|
* elf-bfd.h (struct elf_obj_tdata): Revert last change.
|
||||||
|
@ -48,6 +48,10 @@
|
|||||||
#include TRAD_HEADER
|
#include TRAD_HEADER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NBPG
|
||||||
|
# define NBPG getpagesize()
|
||||||
|
#endif
|
||||||
|
|
||||||
struct trad_core_struct
|
struct trad_core_struct
|
||||||
{
|
{
|
||||||
asection *data_section;
|
asection *data_section;
|
||||||
|
Reference in New Issue
Block a user