blob: 33d52a2f8f2f380b2b964dc4a9fad8e1e8d52f1e [file] [log] [blame]
Roland McGrath123ccad2006-02-22 19:59:31 +000012006-02-22 Roland McGrath <roland@redhat.com>
2
3 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
4 (ppc64_return_value_location): Use registers for aggregate conditional
5 on that.
6 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
7 (ppc_return_value_location): Use registers for aggregate conditional
8 on that.
9
Roland McGrath321327a2006-01-13 00:51:21 +0000102006-01-12 Roland McGrath <roland@redhat.com>
11
12 * s390_retval.c: New file.
13 * Makefile.am (s390_SRCS): Add it.
14 * s390_init.c (s390_init): Install return_value_location hook.
15
Roland McGrathef6fbff2006-01-12 03:00:55 +0000162006-01-11 Roland McGrath <roland@redhat.com>
17
Roland McGrath5f38a2c2006-01-12 03:08:35 +000018 * s390_regs.c: New file.
19 * Makefile.am (s390_SRCS): Add it.
20 * s390_init.c (s390_init): Install register_name hook.
21
Roland McGrathef6fbff2006-01-12 03:00:55 +000022 * s390_reloc.def: Update bits per
23 Martin Schwidefsky <schwidefsky@de.ibm.com>.
24
Roland McGrathba72ab12005-12-12 00:04:33 +0000252005-12-10 Ulrich Drepper
26
27 * common-reloc.c (R_NAME): Generate string correctly.
28
Roland McGrath994b4892005-12-05 22:46:21 +0000292005-12-05 Roland McGrath <roland@redhat.com>
30
31 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
32 * x86_64_regs.c (x86_64_register_name): Likewise.
33
342005-11-25 Roland McGrath <roland@redhat.com>
35
36 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
37
38 * i386_regs.c: New file.
39 * ppc_regs.c: New file.
40 * sparc_regs.c: New file.
41 * x86_64_regs.c: New file.
42 * Makefile.am
43 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
44 * i386_init.c: Initialize register_name hook.
45 * ppc_init.c: Likewise.
46 * ppc64_init.c: Likewise.
47 * sparc_init.c: Likewise.
48 * x86_64_init.c: Likewise.
49
Roland McGrathb6405ca2005-11-19 21:36:37 +0000502005-11-19 Roland McGrath <roland@redhat.com>
51
52 * ppc64_reloc.def: REL30 -> ADDR30.
53
Roland McGrathf47ba532005-11-19 07:40:29 +0000542005-11-18 Roland McGrath <roland@redhat.com>
55
56 * alpha_init.c: Use HOOK macro.
57 * arm_init.c: Likewise.
58 * i386_init.c: Likewise.
59 * ia64_init.c: Likewise.
60 * ppc64_init.c: Likewise.
61 * ppc_init.c: Likewise.
62 * s390_init.c: Likewise.
63 * sh_init.c: Likewise.
64 * sparc_init.c: Likewise.
65 * x86_64_init.c: Likewise.
66
Roland McGrath6e8d1832005-11-17 22:47:38 +0000672005-11-17 Roland McGrath <roland@redhat.com>
68
Roland McGrath093281d2005-11-18 02:24:43 +000069 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +000070 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +000071
Roland McGrath6e8d1832005-11-17 22:47:38 +000072 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
73 * ppc64_reloc.def: Likewise.
74
Roland McGrathe47ab762005-11-17 03:16:00 +0000752005-11-15 Roland McGrath <roland@redhat.com>
76
77 * Contents moved here from ../libebl.