From 4d345610f7ce5bd24162f31f804a552b6a0393ee Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 19 May 2006 14:08:02 +0000 Subject: [PATCH] 2006-05-19 H.J. Lu * elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment. --- bfd/ChangeLog | 4 ++++ bfd/elfxx-ia64.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3e5102e9299..937acc924ba 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2006-05-19 H.J. Lu + + * elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment. + 2006-05-19 Alan Modra * elf.c (elf_fake_sections): Formatting. diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 6b3257afdf1..953a7767d16 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -5823,7 +5823,7 @@ elfNN_hpux_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, #define elf_backend_want_p_paddr_set_to_zero 1 #undef ELF_MAXPAGESIZE -#define ELF_MAXPAGESIZE 0x1000 /* 1K */ +#define ELF_MAXPAGESIZE 0x1000 /* 4K */ #undef elfNN_bed #define elfNN_bed elfNN_ia64_hpux_bed -- 2.30.2