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