blob: e741633278f62db475b272d687d03eba5390788d [file] [log] [blame]
Ulrich Drepper28ed8952006-07-07 03:43:47 +000012006-07-05 Ulrich Drepper <drepper@redhat.com>
2
3 * alpha_init.c: Initialize sysvhash_entrysize.
4 * s390_init.c: Likewise.
5
62006-07-04 Ulrich Drepper <drepper@redhat.com>
7
8 * common-reloc.c (relative_reloc_p): New function.
9 (init_reloc): Hook it up.
10 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
11
Ulrich Drepperd5a75192006-06-15 03:07:46 +0000122006-06-13 Roland McGrath <roland@redhat.com>
13
14 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
15
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000162006-06-12 Ulrich Drepper <drepper@redhat.com>
17
18 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +000019 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +000020
Roland McGrath123ccad2006-02-22 19:59:31 +0000212006-02-22 Roland McGrath <roland@redhat.com>
22
23 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
24 (ppc64_return_value_location): Use registers for aggregate conditional
25 on that.
26 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
27 (ppc_return_value_location): Use registers for aggregate conditional
28 on that.
29
Roland McGrath321327a2006-01-13 00:51:21 +0000302006-01-12 Roland McGrath <roland@redhat.com>
31
32 * s390_retval.c: New file.
33 * Makefile.am (s390_SRCS): Add it.
34 * s390_init.c (s390_init): Install return_value_location hook.
35
Roland McGrathef6fbff2006-01-12 03:00:55 +0000362006-01-11 Roland McGrath <roland@redhat.com>
37
Roland McGrath5f38a2c2006-01-12 03:08:35 +000038 * s390_regs.c: New file.
39 * Makefile.am (s390_SRCS): Add it.
40 * s390_init.c (s390_init): Install register_name hook.
41
Roland McGrathef6fbff2006-01-12 03:00:55 +000042 * s390_reloc.def: Update bits per
43 Martin Schwidefsky <schwidefsky@de.ibm.com>.
44
Roland McGrathba72ab12005-12-12 00:04:33 +0000452005-12-10 Ulrich Drepper
46
47 * common-reloc.c (R_NAME): Generate string correctly.
48
Roland McGrath994b4892005-12-05 22:46:21 +0000492005-12-05 Roland McGrath <roland@redhat.com>
50
51 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
52 * x86_64_regs.c (x86_64_register_name): Likewise.
53
542005-11-25 Roland McGrath <roland@redhat.com>
55
56 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
57
58 * i386_regs.c: New file.
59 * ppc_regs.c: New file.
60 * sparc_regs.c: New file.
61 * x86_64_regs.c: New file.
62 * Makefile.am
63 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
64 * i386_init.c: Initialize register_name hook.
65 * ppc_init.c: Likewise.
66 * ppc64_init.c: Likewise.
67 * sparc_init.c: Likewise.
68 * x86_64_init.c: Likewise.
69
Roland McGrathb6405ca2005-11-19 21:36:37 +0000702005-11-19 Roland McGrath <roland@redhat.com>
71
72 * ppc64_reloc.def: REL30 -> ADDR30.
73
Roland McGrathf47ba532005-11-19 07:40:29 +0000742005-11-18 Roland McGrath <roland@redhat.com>
75
76 * alpha_init.c: Use HOOK macro.
77 * arm_init.c: Likewise.
78 * i386_init.c: Likewise.
79 * ia64_init.c: Likewise.
80 * ppc64_init.c: Likewise.
81 * ppc_init.c: Likewise.
82 * s390_init.c: Likewise.
83 * sh_init.c: Likewise.
84 * sparc_init.c: Likewise.
85 * x86_64_init.c: Likewise.
86
Roland McGrath6e8d1832005-11-17 22:47:38 +0000872005-11-17 Roland McGrath <roland@redhat.com>
88
Roland McGrath093281d2005-11-18 02:24:43 +000089 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000090 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000091
Roland McGrath6e8d1832005-11-17 22:47:38 +000092 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
93 * ppc64_reloc.def: Likewise.
94
Roland McGrathe47ab762005-11-17 03:16:00 +0000952005-11-15 Roland McGrath <roland@redhat.com>
96
97 * Contents moved here from ../libebl.