blob: e9f34158291ba6bbb7cf5d7970ae584910536173 [file] [log] [blame]
Roland McGrath5f6a41a2007-04-01 23:11:40 +000012007-04-01 Roland McGrath <roland@redhat.com>
2
3 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
4 ABI spec.
5
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000062007-01-11 Roland McGrath <roland@redhat.com>
7
8 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
9 * ia64_init.c (ia64_init): Use it.
10
11 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
12
Roland McGrathc373d852006-10-10 00:25:21 +0000132006-10-09 Roland McGrath <roland@redhat.com>
14
15 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
16
172006-08-29 Roland McGrath <roland@redhat.com>
18
19 * sparc_retval.c: New file.
20 * Makefile.am (sparc_SRCS): Add it.
21 * sparc_init.c (sparc_init): Initialize return_value_location hook.
22
232006-08-22 Roland McGrath <roland@redhat.com>
24
25 * i386_regs.c (i386_register_name): Renamed i386_register_info.
26 Take new args, yield more info.
27 * i386_init.c (i386_init): Update initializer.
28 * ia64_regs.c (ia64_register_name): Likewise.
29 * ia64_init.c (ia64_init): Likewise.
30 * ppc_regs.c (ppc_register_name): Likewise.
31 * ppc64_init.c (ppc64_init): Likewise.
32 * ppc_init.c (ppc_init): Likewise.
33 * s390_regs.c (s390_register_name): Likewise.
34 * s390_init.c (s390_init): Likewise.
35 * sparc_regs.c (sparc_register_name): Likewise.
36 * sparc_init.c (sparc_init): Likewise.
37 * x86_64_regs.c (x86_64_register_name): Likewise.
38 * x86_64_init.c (x86_64_init): Likewise.
39
Roland McGrathc812a832006-08-08 20:02:11 +0000402006-08-08 Roland McGrath <roland@redhat.com>
41
42 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
43 need static object for anything here. This rule is the only source of
44 .deps/ files.
45
Roland McGrath3b578ba2006-08-08 19:08:50 +0000462006-06-23 Stepan Kasal <skasal@redhat.com>
47
48 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
49
Roland McGrath19db8592006-08-03 08:52:46 +0000502006-08-03 Roland McGrath <roland@redhat.com>
51
52 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
53 EM_SPARC. EM_SPARC32PLUS also has 64.
54
Roland McGrath95024622006-07-21 10:06:31 +0000552006-07-21 Roland McGrath <roland@redhat.com>
56
57 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
58 * ppc_regs.c (ppc_register_name): Likewise.
59 * s390_regs.c (s390_register_name): Likewise.
60
61 * ia64_retval.c: New file.
62 * Makefile.am (ia64_SRCS): Add it.
63 * ia64_init.c (ia64_init): Install return_value_location hook.
64
65 * ia64_regs.c: New file.
66 * Makefile.am (ia64_SRCS): Add it.
67 * ia64_init.c (ia64_init): Install register_name hook.
68
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000692006-07-05 Ulrich Drepper <drepper@redhat.com>
70
71 * alpha_init.c: Initialize sysvhash_entrysize.
72 * s390_init.c: Likewise.
73
742006-07-04 Ulrich Drepper <drepper@redhat.com>
75
76 * common-reloc.c (relative_reloc_p): New function.
77 (init_reloc): Hook it up.
78 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
79
Ulrich Drepperd5a75192006-06-15 03:07:46 +0000802006-06-13 Roland McGrath <roland@redhat.com>
81
82 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
83
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000842006-06-12 Ulrich Drepper <drepper@redhat.com>
85
86 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +000087 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +000088
Roland McGrath123ccad2006-02-22 19:59:31 +0000892006-02-22 Roland McGrath <roland@redhat.com>
90
91 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
92 (ppc64_return_value_location): Use registers for aggregate conditional
93 on that.
94 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
95 (ppc_return_value_location): Use registers for aggregate conditional
96 on that.
97
Roland McGrath321327a2006-01-13 00:51:21 +0000982006-01-12 Roland McGrath <roland@redhat.com>
99
100 * s390_retval.c: New file.
101 * Makefile.am (s390_SRCS): Add it.
102 * s390_init.c (s390_init): Install return_value_location hook.
103
Roland McGrathef6fbff2006-01-12 03:00:55 +00001042006-01-11 Roland McGrath <roland@redhat.com>
105
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000106 * s390_regs.c: New file.
107 * Makefile.am (s390_SRCS): Add it.
108 * s390_init.c (s390_init): Install register_name hook.
109
Roland McGrathef6fbff2006-01-12 03:00:55 +0000110 * s390_reloc.def: Update bits per
111 Martin Schwidefsky <schwidefsky@de.ibm.com>.
112
Roland McGrathba72ab12005-12-12 00:04:33 +00001132005-12-10 Ulrich Drepper
114
115 * common-reloc.c (R_NAME): Generate string correctly.
116
Roland McGrath994b4892005-12-05 22:46:21 +00001172005-12-05 Roland McGrath <roland@redhat.com>
118
119 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
120 * x86_64_regs.c (x86_64_register_name): Likewise.
121
1222005-11-25 Roland McGrath <roland@redhat.com>
123
124 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
125
126 * i386_regs.c: New file.
127 * ppc_regs.c: New file.
128 * sparc_regs.c: New file.
129 * x86_64_regs.c: New file.
130 * Makefile.am
131 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
132 * i386_init.c: Initialize register_name hook.
133 * ppc_init.c: Likewise.
134 * ppc64_init.c: Likewise.
135 * sparc_init.c: Likewise.
136 * x86_64_init.c: Likewise.
137
Roland McGrathb6405ca2005-11-19 21:36:37 +00001382005-11-19 Roland McGrath <roland@redhat.com>
139
140 * ppc64_reloc.def: REL30 -> ADDR30.
141
Roland McGrathf47ba532005-11-19 07:40:29 +00001422005-11-18 Roland McGrath <roland@redhat.com>
143
144 * alpha_init.c: Use HOOK macro.
145 * arm_init.c: Likewise.
146 * i386_init.c: Likewise.
147 * ia64_init.c: Likewise.
148 * ppc64_init.c: Likewise.
149 * ppc_init.c: Likewise.
150 * s390_init.c: Likewise.
151 * sh_init.c: Likewise.
152 * sparc_init.c: Likewise.
153 * x86_64_init.c: Likewise.
154
Roland McGrath6e8d1832005-11-17 22:47:38 +00001552005-11-17 Roland McGrath <roland@redhat.com>
156
Roland McGrath093281d2005-11-18 02:24:43 +0000157 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000158 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000159
Roland McGrath6e8d1832005-11-17 22:47:38 +0000160 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
161 * ppc64_reloc.def: Likewise.
162
Roland McGrathe47ab762005-11-17 03:16:00 +00001632005-11-15 Roland McGrath <roland@redhat.com>
164
165 * Contents moved here from ../libebl.