Get the right exception handler structure printed.
[cegcc.git] / cegcc / src / binutils / ChangeLog.ce
blobd2fe1831a10e70cb9a73cf655d0b9a1c9a300301
1 2009-12-15  Danny Backx  <dannybackx@users.sourceforge.net>
3         * bfd/pei-arm-wince.c (bfd_pe_print_pdata): Define so
4         _bfd_pe_print_ce_compressed_pdata gets called.
6 2009-12-06  Danny Backx  <dannybackx@users.sourceforge.net>
8         * ld/emultempl/pe.em, ld/scripttempl/armcoff.sc,
9         ld/scripttempl/pep.sc, bfd/peXXigen.c: Work by Kai Tietz to fix
10         so-called version 2 pseudo relocation.
11         * ld/scripttempl/pe.sc: port Kai's work to the pe.sc file.
12         * ld/scripttempl/pe.sc: move the BSS stuff inside the .data section
13         instead of in its own .bss . This appears to be a Windows Mobile 6.1
14         requirement.
15         * bfd/coff-arm.c, bfd/libpei.h: Avoid calling the
16         coff_arm_final_link_postscript, we need
17         bfd_coff_final_link_postscript.
18         * bfd/cofflink.c: Don't use bfd_coff_link_output_has_begun(), it forgets
19         to output the debug_info field of the first file linked.
21 2009-10-20  Danny Backx  <dannybackx@users.sourceforge.net>
23         * binutils/windres.c : Fix "windres can't detect
24         architecture" problem again, after binutils 2.20 import.
26 2009-04-28 Alan Modra <amodra@bigpond.net.au>
28         * ld/deffilep.y (STACKSIZE_K): Rename from STACKSIZE.
29         Fix upstream, invoked by Ismail Khatib <ikhatib@imail.de>.
30         This should fix the problem.  We add _K for quite a few tokens in
31         ldgram.y, for exactly the same reason.  Committed.
33 2009-02-08  Rikky <rikky@users.sourceforge.net>
35         * binutils/windres.c : Fix [ 2574606 ] "windres can't detect
36         architecture" problem.
38 2009-02-04  Pedro Alves <pedroalves@users.sourceforge.net>
40         Merge from FSF head.
42 2008-12-19  mosfet <forumer@smartmobili.com>
44         binutils/
45         * rcparse.y: Allow extra comma at the end of data lists.
47 2008-11-27  Klaus Rechert <klaus@rechert.de>
49         binutils/
50         * dlltool.c, windmc.c: Remove compiler warnings that break the
51         build on Ubuntu.
53 2008-09-24  Pedro Alves  <pedroalves@users.sourceforge.net>
55         ld/
56         * configure.tgt (arm*-*-cegcc*): Set LIB_PATH to
57         ${tooldir}/lib/w32api.
59 2008-03-29  Danny Backx  <dannybackx@users.sourceforge.net>
61         bfd/
62         * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to
63         print compressed pdata structure as described on MSDN. This only
64         applies to a limited set of architectures (ARM, SH4).
65         * pe-arm-wince.c (slurp_symtab, my_symbol_for_address): Define static
66         helper functions for pe_print_compressed_pdata.
67         * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_print_pdata field.
68         * coffcode.h (bfd_coff_have_print_pdata, bfd_coff_print_pdata) :
69         Define.
70         * bfd/peXXigen.c (_bfd_XX_print_private_bfd_data_common): add check on
71         bfd_coff_backend_data, call the function if non-null.
72         * libcoff.h, pei-arm.c, pei-arm-wince.c, pe-arm.c, coff-sh.c,
73         coff64-rs6000.c, coff-rs6000.c: Add target dependent initialisation for
74         bfd_coff_backend_data.
76 2008-01-10  Pedro Alves  <pedro_alves@portugalmail.pt>
78         binutils/
79         * testsuite/binutils-all/windres/windres.c: Enable testing on
80         *-*-mingw*.
81         * windres.c (set_endianess): Better extract the target's
82         architecture from the bfd target name.
84 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
86         bfd/
87         * config.bfd: Add arm*-*-cegcc* target.
89 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
91         binutils/
92         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
93         * configure: Regenerate.
95 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
97         gas/
98         * configure.tgt: Add arm*-*-cegcc* target.
100 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
102         ld/
103         * configure.tgt: Add arm*-*-cegcc* target.
105 2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
107         bfd/
108         * config.bfd: Add arm-*-mingw32ce* target.
110 2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
112         gas/
113         * configure.tgt: Add arm-*-mingw32ce* target.
115 2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
117         ld/
118         * configure.tgt: Add arm-*-mingw32ce* target.
120 2006-11-27  Pedro Alves  <pedro_alves@portugalmail.pt>
122         ld/
123         * pe-dll.c (autofilter_objlist) : Add crt3.o and dllcrt3.o.
125 2006-10-31  Pedro Alves  <pedro_alves@portugalmail.pt>
127         gas/
128         * config/te-wince-pe-h (CPU_DEFAULT): Define to ARM_ARCH_V4.
129         (FPU_DEFAULT) Default to FPU_ARCH_VFP.
131 2006-10-17  Pedro Alves  <pedro_alves@portugalmail.pt>
133         ld/
134         * pe-dll.c (autofilter_objlist) : Add gcrt3.o.
135         * ChangeLog.ce : New file.