blob: 127f3bbf4277ba33af90f6f1b1005f81f1865285 [file] [log] [blame]
Roland McGrath3b578ba2006-08-08 19:08:50 +000012006-06-23 Stepan Kasal <skasal@redhat.com>
2
3 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
4
Roland McGrath19db8592006-08-03 08:52:46 +000052006-08-03 Roland McGrath <roland@redhat.com>
6
7 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
8 EM_SPARC. EM_SPARC32PLUS also has 64.
9
Roland McGrath95024622006-07-21 10:06:31 +0000102006-07-21 Roland McGrath <roland@redhat.com>
11
12 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
13 * ppc_regs.c (ppc_register_name): Likewise.
14 * s390_regs.c (s390_register_name): Likewise.
15
16 * ia64_retval.c: New file.
17 * Makefile.am (ia64_SRCS): Add it.
18 * ia64_init.c (ia64_init): Install return_value_location hook.
19
20 * ia64_regs.c: New file.
21 * Makefile.am (ia64_SRCS): Add it.
22 * ia64_init.c (ia64_init): Install register_name hook.
23
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000242006-07-05 Ulrich Drepper <drepper@redhat.com>
25
26 * alpha_init.c: Initialize sysvhash_entrysize.
27 * s390_init.c: Likewise.
28
292006-07-04 Ulrich Drepper <drepper@redhat.com>
30
31 * common-reloc.c (relative_reloc_p): New function.
32 (init_reloc): Hook it up.
33 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
34
Ulrich Drepperd5a75192006-06-15 03:07:46 +0000352006-06-13 Roland McGrath <roland@redhat.com>
36
37 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
38
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000392006-06-12 Ulrich Drepper <drepper@redhat.com>
40
41 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +000042 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +000043
Roland McGrath123ccad2006-02-22 19:59:31 +0000442006-02-22 Roland McGrath <roland@redhat.com>
45
46 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
47 (ppc64_return_value_location): Use registers for aggregate conditional
48 on that.
49 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
50 (ppc_return_value_location): Use registers for aggregate conditional
51 on that.
52
Roland McGrath321327a2006-01-13 00:51:21 +0000532006-01-12 Roland McGrath <roland@redhat.com>
54
55 * s390_retval.c: New file.
56 * Makefile.am (s390_SRCS): Add it.
57 * s390_init.c (s390_init): Install return_value_location hook.
58
Roland McGrathef6fbff2006-01-12 03:00:55 +0000592006-01-11 Roland McGrath <roland@redhat.com>
60
Roland McGrath5f38a2c2006-01-12 03:08:35 +000061 * s390_regs.c: New file.
62 * Makefile.am (s390_SRCS): Add it.
63 * s390_init.c (s390_init): Install register_name hook.
64
Roland McGrathef6fbff2006-01-12 03:00:55 +000065 * s390_reloc.def: Update bits per
66 Martin Schwidefsky <schwidefsky@de.ibm.com>.
67
Roland McGrathba72ab12005-12-12 00:04:33 +0000682005-12-10 Ulrich Drepper
69
70 * common-reloc.c (R_NAME): Generate string correctly.
71
Roland McGrath994b4892005-12-05 22:46:21 +0000722005-12-05 Roland McGrath <roland@redhat.com>
73
74 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
75 * x86_64_regs.c (x86_64_register_name): Likewise.
76
772005-11-25 Roland McGrath <roland@redhat.com>
78
79 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
80
81 * i386_regs.c: New file.
82 * ppc_regs.c: New file.
83 * sparc_regs.c: New file.
84 * x86_64_regs.c: New file.
85 * Makefile.am
86 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
87 * i386_init.c: Initialize register_name hook.
88 * ppc_init.c: Likewise.
89 * ppc64_init.c: Likewise.
90 * sparc_init.c: Likewise.
91 * x86_64_init.c: Likewise.
92
Roland McGrathb6405ca2005-11-19 21:36:37 +0000932005-11-19 Roland McGrath <roland@redhat.com>
94
95 * ppc64_reloc.def: REL30 -> ADDR30.
96
Roland McGrathf47ba532005-11-19 07:40:29 +0000972005-11-18 Roland McGrath <roland@redhat.com>
98
99 * alpha_init.c: Use HOOK macro.
100 * arm_init.c: Likewise.
101 * i386_init.c: Likewise.
102 * ia64_init.c: Likewise.
103 * ppc64_init.c: Likewise.
104 * ppc_init.c: Likewise.
105 * s390_init.c: Likewise.
106 * sh_init.c: Likewise.
107 * sparc_init.c: Likewise.
108 * x86_64_init.c: Likewise.
109
Roland McGrath6e8d1832005-11-17 22:47:38 +00001102005-11-17 Roland McGrath <roland@redhat.com>
111
Roland McGrath093281d2005-11-18 02:24:43 +0000112 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000113 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000114
Roland McGrath6e8d1832005-11-17 22:47:38 +0000115 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
116 * ppc64_reloc.def: Likewise.
117
Roland McGrathe47ab762005-11-17 03:16:00 +00001182005-11-15 Roland McGrath <roland@redhat.com>
119
120 * Contents moved here from ../libebl.