| Roland McGrath | 420c8b5 | 2007-04-27 03:26:04 +0000 | [diff] [blame^] | 1 | 2007-04-26  Roland McGrath  <roland@redhat.com> | 
 | 2 |  | 
 | 3 | 	* alpha_regs.c: New file. | 
 | 4 | 	* Makefile.am (alpha_SRCS): Add it. | 
 | 5 | 	* alpha_init.c (alpha_init): Initialize register_info hook. | 
 | 6 |  | 
| Roland McGrath | 4be1524 | 2007-04-25 03:09:33 +0000 | [diff] [blame] | 7 | 2007-04-22  Roland McGrath  <roland@redhat.com> | 
 | 8 |  | 
 | 9 | 	* ppc_regs.c (ppc_register_info): Use some names instead of sprNNN: | 
 | 10 | 	mq, xer, lr, ctr, dsisr, dar, dec, vrsave. | 
 | 11 | 	Set *BITS to 64 for FPU registers. | 
 | 12 |  | 
 | 13 | 	* i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat. | 
 | 14 | 	* x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw. | 
 | 15 |  | 
| Roland McGrath | 5f6a41a | 2007-04-01 23:11:40 +0000 | [diff] [blame] | 16 | 2007-04-01  Roland McGrath  <roland@redhat.com> | 
 | 17 |  | 
 | 18 | 	* x86_64_regs.c (x86_64_register_info): Add more registers from newer | 
 | 19 | 	ABI spec. | 
 | 20 |  | 
| Ulrich Drepper | aa915fd | 2007-02-05 07:25:33 +0000 | [diff] [blame] | 21 | 2007-01-11  Roland McGrath  <roland@redhat.com> | 
 | 22 |  | 
 | 23 | 	* ia64_symbol.c (ia64_machine_section_flag_check): New function. | 
 | 24 | 	* ia64_init.c (ia64_init): Use it. | 
 | 25 |  | 
 | 26 | 	* ia64_symbol.c (ia64_section_type_name): Typo fix in string. | 
 | 27 |  | 
| Roland McGrath | c373d85 | 2006-10-10 00:25:21 +0000 | [diff] [blame] | 28 | 2006-10-09  Roland McGrath  <roland@redhat.com> | 
 | 29 |  | 
 | 30 | 	* ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple. | 
 | 31 |  | 
 | 32 | 2006-08-29  Roland McGrath  <roland@redhat.com> | 
 | 33 |  | 
 | 34 | 	* sparc_retval.c: New file. | 
 | 35 | 	* Makefile.am (sparc_SRCS): Add it. | 
 | 36 | 	* sparc_init.c (sparc_init): Initialize return_value_location hook. | 
 | 37 |  | 
 | 38 | 2006-08-22  Roland McGrath  <roland@redhat.com> | 
 | 39 |  | 
 | 40 | 	* i386_regs.c (i386_register_name): Renamed i386_register_info. | 
 | 41 | 	Take new args, yield more info. | 
 | 42 | 	* i386_init.c (i386_init): Update initializer. | 
 | 43 | 	* ia64_regs.c (ia64_register_name): Likewise. | 
 | 44 | 	* ia64_init.c (ia64_init): Likewise. | 
 | 45 | 	* ppc_regs.c (ppc_register_name): Likewise. | 
 | 46 | 	* ppc64_init.c (ppc64_init): Likewise. | 
 | 47 | 	* ppc_init.c (ppc_init): Likewise. | 
 | 48 | 	* s390_regs.c (s390_register_name): Likewise. | 
 | 49 | 	* s390_init.c (s390_init): Likewise. | 
 | 50 | 	* sparc_regs.c (sparc_register_name): Likewise. | 
 | 51 | 	* sparc_init.c (sparc_init): Likewise. | 
 | 52 | 	* x86_64_regs.c (x86_64_register_name): Likewise. | 
 | 53 | 	* x86_64_init.c (x86_64_init): Likewise. | 
 | 54 |  | 
| Roland McGrath | c812a83 | 2006-08-08 20:02:11 +0000 | [diff] [blame] | 55 | 2006-08-08  Roland McGrath  <roland@redhat.com> | 
 | 56 |  | 
 | 57 | 	* Makefile.am (%.os): Don't depend on %.o, since we don't actually | 
 | 58 | 	need static object for anything here.  This rule is the only source of | 
 | 59 | 	.deps/ files. | 
 | 60 |  | 
| Roland McGrath | 3b578ba | 2006-08-08 19:08:50 +0000 | [diff] [blame] | 61 | 2006-06-23  Stepan Kasal  <skasal@redhat.com> | 
 | 62 |  | 
 | 63 | 	* Makefile.am (PACKAGE_VERSION): Remove superfluous definition. | 
 | 64 |  | 
| Roland McGrath | 19db859 | 2006-08-03 08:52:46 +0000 | [diff] [blame] | 65 | 2006-08-03  Roland McGrath  <roland@redhat.com> | 
 | 66 |  | 
 | 67 | 	* sparc_regs.c (sparc_register_name): List 32 FPU regs only for | 
 | 68 | 	EM_SPARC.  EM_SPARC32PLUS also has 64. | 
 | 69 |  | 
| Roland McGrath | 9502462 | 2006-07-21 10:06:31 +0000 | [diff] [blame] | 70 | 2006-07-21  Roland McGrath  <roland@redhat.com> | 
 | 71 |  | 
 | 72 | 	* i386_regs.c (i386_register_name): Fix return value when using stpcpy. | 
 | 73 | 	* ppc_regs.c (ppc_register_name): Likewise. | 
 | 74 | 	* s390_regs.c (s390_register_name): Likewise. | 
 | 75 |  | 
 | 76 | 	* ia64_retval.c: New file. | 
 | 77 | 	* Makefile.am (ia64_SRCS): Add it. | 
 | 78 | 	* ia64_init.c (ia64_init): Install return_value_location hook. | 
 | 79 |  | 
 | 80 | 	* ia64_regs.c: New file. | 
 | 81 | 	* Makefile.am (ia64_SRCS): Add it. | 
 | 82 | 	* ia64_init.c (ia64_init): Install register_name hook. | 
 | 83 |  | 
| Ulrich Drepper | 28ed895 | 2006-07-07 03:43:47 +0000 | [diff] [blame] | 84 | 2006-07-05  Ulrich Drepper  <drepper@redhat.com> | 
 | 85 |  | 
 | 86 | 	* alpha_init.c: Initialize sysvhash_entrysize. | 
 | 87 | 	* s390_init.c: Likewise. | 
 | 88 |  | 
 | 89 | 2006-07-04  Ulrich Drepper  <drepper@redhat.com> | 
 | 90 |  | 
 | 91 | 	* common-reloc.c (relative_reloc_p): New function. | 
 | 92 | 	(init_reloc): Hook it up. | 
 | 93 | 	* ia64_reloc.def: Define NO_RELATIVE_RELOC. | 
 | 94 |  | 
| Ulrich Drepper | d5a7519 | 2006-06-15 03:07:46 +0000 | [diff] [blame] | 95 | 2006-06-13  Roland McGrath  <roland@redhat.com> | 
 | 96 |  | 
 | 97 | 	* ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino. | 
 | 98 |  | 
| Ulrich Drepper | 6ca4600 | 2006-06-12 22:40:23 +0000 | [diff] [blame] | 99 | 2006-06-12  Ulrich Drepper  <drepper@redhat.com> | 
 | 100 |  | 
 | 101 | 	* common-reloc.c (none_reloc_p): New function. | 
| Ulrich Drepper | 28ed895 | 2006-07-07 03:43:47 +0000 | [diff] [blame] | 102 | 	(init_reloc): Hook it up. | 
| Ulrich Drepper | 6ca4600 | 2006-06-12 22:40:23 +0000 | [diff] [blame] | 103 |  | 
| Roland McGrath | 123ccad | 2006-02-22 19:59:31 +0000 | [diff] [blame] | 104 | 2006-02-22  Roland McGrath  <roland@redhat.com> | 
 | 105 |  | 
 | 106 | 	* ppc64_retval.c (SVR4_STRUCT_RETURN): New macro. | 
 | 107 | 	(ppc64_return_value_location): Use registers for aggregate conditional | 
 | 108 | 	on that. | 
 | 109 | 	* ppc_retval.c (SVR4_STRUCT_RETURN): New macro. | 
 | 110 | 	(ppc_return_value_location): Use registers for aggregate conditional | 
 | 111 | 	on that. | 
 | 112 |  | 
| Roland McGrath | 321327a | 2006-01-13 00:51:21 +0000 | [diff] [blame] | 113 | 2006-01-12  Roland McGrath  <roland@redhat.com> | 
 | 114 |  | 
 | 115 | 	* s390_retval.c: New file. | 
 | 116 | 	* Makefile.am (s390_SRCS): Add it. | 
 | 117 | 	* s390_init.c (s390_init): Install return_value_location hook. | 
 | 118 |  | 
| Roland McGrath | ef6fbff | 2006-01-12 03:00:55 +0000 | [diff] [blame] | 119 | 2006-01-11  Roland McGrath  <roland@redhat.com> | 
 | 120 |  | 
| Roland McGrath | 5f38a2c | 2006-01-12 03:08:35 +0000 | [diff] [blame] | 121 | 	* s390_regs.c: New file. | 
 | 122 | 	* Makefile.am (s390_SRCS): Add it. | 
 | 123 | 	* s390_init.c (s390_init): Install register_name hook. | 
 | 124 |  | 
| Roland McGrath | ef6fbff | 2006-01-12 03:00:55 +0000 | [diff] [blame] | 125 | 	* s390_reloc.def: Update bits per | 
 | 126 | 	Martin Schwidefsky <schwidefsky@de.ibm.com>. | 
 | 127 |  | 
| Roland McGrath | ba72ab1 | 2005-12-12 00:04:33 +0000 | [diff] [blame] | 128 | 2005-12-10  Ulrich Drepper | 
 | 129 |  | 
 | 130 | 	* common-reloc.c (R_NAME): Generate string correctly. | 
 | 131 |  | 
| Roland McGrath | 994b489 | 2005-12-05 22:46:21 +0000 | [diff] [blame] | 132 | 2005-12-05  Roland McGrath  <roland@redhat.com> | 
 | 133 |  | 
 | 134 | 	* i386_regs.c (i386_register_name): Use a table for the first 8 regs. | 
 | 135 | 	* x86_64_regs.c (x86_64_register_name): Likewise. | 
 | 136 |  | 
 | 137 | 2005-11-25  Roland McGrath  <roland@redhat.com> | 
 | 138 |  | 
 | 139 | 	* i386_regs.c (i386_register_name): Return 0, not 1, for gaps. | 
 | 140 |  | 
 | 141 | 	* i386_regs.c: New file. | 
 | 142 | 	* ppc_regs.c: New file. | 
 | 143 | 	* sparc_regs.c: New file. | 
 | 144 | 	* x86_64_regs.c: New file. | 
 | 145 | 	* Makefile.am | 
 | 146 | 	(i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them. | 
 | 147 | 	* i386_init.c: Initialize register_name hook. | 
 | 148 | 	* ppc_init.c: Likewise. | 
 | 149 | 	* ppc64_init.c: Likewise. | 
 | 150 | 	* sparc_init.c: Likewise. | 
 | 151 | 	* x86_64_init.c: Likewise. | 
 | 152 |  | 
| Roland McGrath | b6405ca | 2005-11-19 21:36:37 +0000 | [diff] [blame] | 153 | 2005-11-19  Roland McGrath  <roland@redhat.com> | 
 | 154 |  | 
 | 155 | 	* ppc64_reloc.def: REL30 -> ADDR30. | 
 | 156 |  | 
| Roland McGrath | f47ba53 | 2005-11-19 07:40:29 +0000 | [diff] [blame] | 157 | 2005-11-18  Roland McGrath  <roland@redhat.com> | 
 | 158 |  | 
 | 159 | 	* alpha_init.c: Use HOOK macro. | 
 | 160 | 	* arm_init.c: Likewise. | 
 | 161 | 	* i386_init.c: Likewise. | 
 | 162 | 	* ia64_init.c: Likewise. | 
 | 163 | 	* ppc64_init.c: Likewise. | 
 | 164 | 	* ppc_init.c: Likewise. | 
 | 165 | 	* s390_init.c: Likewise. | 
 | 166 | 	* sh_init.c: Likewise. | 
 | 167 | 	* sparc_init.c: Likewise. | 
 | 168 | 	* x86_64_init.c: Likewise. | 
 | 169 |  | 
| Roland McGrath | 6e8d183 | 2005-11-17 22:47:38 +0000 | [diff] [blame] | 170 | 2005-11-17  Roland McGrath  <roland@redhat.com> | 
 | 171 |  | 
| Roland McGrath | 093281d | 2005-11-18 02:24:43 +0000 | [diff] [blame] | 172 | 	* Makefile.am (uninstall): Don't try to remove $(pkgincludedir). | 
| Roland McGrath | 3dca43b | 2005-11-18 02:30:43 +0000 | [diff] [blame] | 173 | 	(CLEANFILES): Add libebl_$(m).so. | 
| Roland McGrath | 093281d | 2005-11-18 02:24:43 +0000 | [diff] [blame] | 174 |  | 
| Roland McGrath | 6e8d183 | 2005-11-17 22:47:38 +0000 | [diff] [blame] | 175 | 	* ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>. | 
 | 176 | 	* ppc64_reloc.def: Likewise. | 
 | 177 |  | 
| Roland McGrath | e47ab76 | 2005-11-17 03:16:00 +0000 | [diff] [blame] | 178 | 2005-11-15  Roland McGrath  <roland@redhat.com> | 
 | 179 |  | 
 | 180 | 	* Contents moved here from ../libebl. |