blob: c054c58ed55a93559f62baab6d7df775823dc02b [file] [log] [blame]
Ulrich Drepper6ca46002006-06-12 22:40:23 +000012006-06-12 Ulrich Drepper <drepper@redhat.com>
2
3 * common-reloc.c (none_reloc_p): New function.
4 (init_reloc): Hoop it up.
5
Roland McGrath123ccad2006-02-22 19:59:31 +000062006-02-22 Roland McGrath <roland@redhat.com>
7
8 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
9 (ppc64_return_value_location): Use registers for aggregate conditional
10 on that.
11 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
12 (ppc_return_value_location): Use registers for aggregate conditional
13 on that.
14
Roland McGrath321327a2006-01-13 00:51:21 +0000152006-01-12 Roland McGrath <roland@redhat.com>
16
17 * s390_retval.c: New file.
18 * Makefile.am (s390_SRCS): Add it.
19 * s390_init.c (s390_init): Install return_value_location hook.
20
Roland McGrathef6fbff2006-01-12 03:00:55 +0000212006-01-11 Roland McGrath <roland@redhat.com>
22
Roland McGrath5f38a2c2006-01-12 03:08:35 +000023 * s390_regs.c: New file.
24 * Makefile.am (s390_SRCS): Add it.
25 * s390_init.c (s390_init): Install register_name hook.
26
Roland McGrathef6fbff2006-01-12 03:00:55 +000027 * s390_reloc.def: Update bits per
28 Martin Schwidefsky <schwidefsky@de.ibm.com>.
29
Roland McGrathba72ab12005-12-12 00:04:33 +0000302005-12-10 Ulrich Drepper
31
32 * common-reloc.c (R_NAME): Generate string correctly.
33
Roland McGrath994b4892005-12-05 22:46:21 +0000342005-12-05 Roland McGrath <roland@redhat.com>
35
36 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
37 * x86_64_regs.c (x86_64_register_name): Likewise.
38
392005-11-25 Roland McGrath <roland@redhat.com>
40
41 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
42
43 * i386_regs.c: New file.
44 * ppc_regs.c: New file.
45 * sparc_regs.c: New file.
46 * x86_64_regs.c: New file.
47 * Makefile.am
48 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
49 * i386_init.c: Initialize register_name hook.
50 * ppc_init.c: Likewise.
51 * ppc64_init.c: Likewise.
52 * sparc_init.c: Likewise.
53 * x86_64_init.c: Likewise.
54
Roland McGrathb6405ca2005-11-19 21:36:37 +0000552005-11-19 Roland McGrath <roland@redhat.com>
56
57 * ppc64_reloc.def: REL30 -> ADDR30.
58
Roland McGrathf47ba532005-11-19 07:40:29 +0000592005-11-18 Roland McGrath <roland@redhat.com>
60
61 * alpha_init.c: Use HOOK macro.
62 * arm_init.c: Likewise.
63 * i386_init.c: Likewise.
64 * ia64_init.c: Likewise.
65 * ppc64_init.c: Likewise.
66 * ppc_init.c: Likewise.
67 * s390_init.c: Likewise.
68 * sh_init.c: Likewise.
69 * sparc_init.c: Likewise.
70 * x86_64_init.c: Likewise.
71
Roland McGrath6e8d1832005-11-17 22:47:38 +0000722005-11-17 Roland McGrath <roland@redhat.com>
73
Roland McGrath093281d2005-11-18 02:24:43 +000074 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000075 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000076
Roland McGrath6e8d1832005-11-17 22:47:38 +000077 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
78 * ppc64_reloc.def: Likewise.
79
Roland McGrathe47ab762005-11-17 03:16:00 +0000802005-11-15 Roland McGrath <roland@redhat.com>
81
82 * Contents moved here from ../libebl.