blob: 949f837561e7c3317b2a61b114af0c959bc94e95 [file] [log] [blame]
Roland McGrath95024622006-07-21 10:06:31 +000012006-07-21 Roland McGrath <roland@redhat.com>
2
3 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
4 * ppc_regs.c (ppc_register_name): Likewise.
5 * s390_regs.c (s390_register_name): Likewise.
6
7 * ia64_retval.c: New file.
8 * Makefile.am (ia64_SRCS): Add it.
9 * ia64_init.c (ia64_init): Install return_value_location hook.
10
11 * ia64_regs.c: New file.
12 * Makefile.am (ia64_SRCS): Add it.
13 * ia64_init.c (ia64_init): Install register_name hook.
14
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000152006-07-05 Ulrich Drepper <drepper@redhat.com>
16
17 * alpha_init.c: Initialize sysvhash_entrysize.
18 * s390_init.c: Likewise.
19
202006-07-04 Ulrich Drepper <drepper@redhat.com>
21
22 * common-reloc.c (relative_reloc_p): New function.
23 (init_reloc): Hook it up.
24 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
25
Ulrich Drepperd5a75192006-06-15 03:07:46 +0000262006-06-13 Roland McGrath <roland@redhat.com>
27
28 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
29
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000302006-06-12 Ulrich Drepper <drepper@redhat.com>
31
32 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +000033 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +000034
Roland McGrath123ccad2006-02-22 19:59:31 +0000352006-02-22 Roland McGrath <roland@redhat.com>
36
37 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
38 (ppc64_return_value_location): Use registers for aggregate conditional
39 on that.
40 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
41 (ppc_return_value_location): Use registers for aggregate conditional
42 on that.
43
Roland McGrath321327a2006-01-13 00:51:21 +0000442006-01-12 Roland McGrath <roland@redhat.com>
45
46 * s390_retval.c: New file.
47 * Makefile.am (s390_SRCS): Add it.
48 * s390_init.c (s390_init): Install return_value_location hook.
49
Roland McGrathef6fbff2006-01-12 03:00:55 +0000502006-01-11 Roland McGrath <roland@redhat.com>
51
Roland McGrath5f38a2c2006-01-12 03:08:35 +000052 * s390_regs.c: New file.
53 * Makefile.am (s390_SRCS): Add it.
54 * s390_init.c (s390_init): Install register_name hook.
55
Roland McGrathef6fbff2006-01-12 03:00:55 +000056 * s390_reloc.def: Update bits per
57 Martin Schwidefsky <schwidefsky@de.ibm.com>.
58
Roland McGrathba72ab12005-12-12 00:04:33 +0000592005-12-10 Ulrich Drepper
60
61 * common-reloc.c (R_NAME): Generate string correctly.
62
Roland McGrath994b4892005-12-05 22:46:21 +0000632005-12-05 Roland McGrath <roland@redhat.com>
64
65 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
66 * x86_64_regs.c (x86_64_register_name): Likewise.
67
682005-11-25 Roland McGrath <roland@redhat.com>
69
70 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
71
72 * i386_regs.c: New file.
73 * ppc_regs.c: New file.
74 * sparc_regs.c: New file.
75 * x86_64_regs.c: New file.
76 * Makefile.am
77 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
78 * i386_init.c: Initialize register_name hook.
79 * ppc_init.c: Likewise.
80 * ppc64_init.c: Likewise.
81 * sparc_init.c: Likewise.
82 * x86_64_init.c: Likewise.
83
Roland McGrathb6405ca2005-11-19 21:36:37 +0000842005-11-19 Roland McGrath <roland@redhat.com>
85
86 * ppc64_reloc.def: REL30 -> ADDR30.
87
Roland McGrathf47ba532005-11-19 07:40:29 +0000882005-11-18 Roland McGrath <roland@redhat.com>
89
90 * alpha_init.c: Use HOOK macro.
91 * arm_init.c: Likewise.
92 * i386_init.c: Likewise.
93 * ia64_init.c: Likewise.
94 * ppc64_init.c: Likewise.
95 * ppc_init.c: Likewise.
96 * s390_init.c: Likewise.
97 * sh_init.c: Likewise.
98 * sparc_init.c: Likewise.
99 * x86_64_init.c: Likewise.
100
Roland McGrath6e8d1832005-11-17 22:47:38 +00001012005-11-17 Roland McGrath <roland@redhat.com>
102
Roland McGrath093281d2005-11-18 02:24:43 +0000103 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000104 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000105
Roland McGrath6e8d1832005-11-17 22:47:38 +0000106 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
107 * ppc64_reloc.def: Likewise.
108
Roland McGrathe47ab762005-11-17 03:16:00 +00001092005-11-15 Roland McGrath <roland@redhat.com>
110
111 * Contents moved here from ../libebl.