mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
2006-05-19 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment.
This commit is contained in:
parent
1f3645e125
commit
4d345610f7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user