From 4f6ee760caf693a1e79376a165a71fde110e493e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 30 Jun 1996 17:42:02 +0000 Subject: [PATCH] * libbfd-in.h (itos, stoi): Don't define. * libbfd.h: Rebuild. * i386lynx.c (KEEPIT): Define as udata.i. (NAME(lynx,swap_std_reloc_out)): Don't use stoi. (NAME(lynx,swap_ext_reloc_out)): Likewise. * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than flags. Don't use stoi. --- bfd/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 650339227ae..dfed4d76ac1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +Sun Jun 30 13:34:33 1996 Ian Lance Taylor + + * libbfd-in.h (itos, stoi): Don't define. + * libbfd.h: Rebuild. + * i386lynx.c (KEEPIT): Define as udata.i. + (NAME(lynx,swap_std_reloc_out)): Don't use stoi. + (NAME(lynx,swap_ext_reloc_out)): Likewise. + * riscix.c (riscix_swap_std_reloc_out): Use udata.i rather than + flags. Don't use stoi. + + * elf32-mips.c (ELF_MAGPAGESIZE): Change definition to 0x1000. + + * elf.c (map_sections_to_segments): Don't start a new segment for + a writable section if it's on the same page as the previous + segment. Reset the writable variable for a readonly section. + Sat Jun 29 16:18:51 1996 Kim Knuttila * peicode.h (coff_swap_aouthdr_in): Missing initializations of -- 2.30.2