diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-05-19 14:08:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-05-19 14:08:02 +0000 |
commit | 4d345610f7ce5bd24162f31f804a552b6a0393ee (patch) | |
tree | c4476651d4538aad78bc85a9925d3bfe9280a379 | |
parent | 1f3645e12517495823891b2702b78a6cc3d63fcc (diff) | |
download | gdb-4d345610f7ce5bd24162f31f804a552b6a0393ee.zip gdb-4d345610f7ce5bd24162f31f804a552b6a0393ee.tar.gz gdb-4d345610f7ce5bd24162f31f804a552b6a0393ee.tar.bz2 |
2006-05-19 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elfxx-ia64.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3e5102e..937acc9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2006-05-19 H.J. Lu <hongjiu.lu@intel.com> + + * elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment. + 2006-05-19 Alan Modra <amodra@bigpond.net.au> * elf.c (elf_fake_sections): Formatting. diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 6b3257a..953a776 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 |