12019-08-29 Mark Wielaard <mark@klomp.org> 2 3 * Makefile.am (noinst_LIBRARIES): Add libebl.a. 4 (noinst_HEADERS): Add libebl.h. 5 62019-07-05 Omar Sandoval <osandov@fb.com> 7 8 * Makefile.am: Make libebl.a non-PIC by default. 9 Add libebl_pic.a. 10 Remove LIBEBL_SUBDIR definition. 11 (gen_SOURCES): Remove. 12 * eblopenbackend.c (machines): Replace dsoname with init callback. 13 (try_dlopen): Remove. 14 (openbackend): Use machine callback instead of try_dlopen(). 15 Don't assign result->dlhandle. 16 * eblclosebackend.c (ebl_closebackend): Remove dlclose() call. 17 182019-04-29 Mao Han <han_mao@c-sky.com> 19 20 * eblopenbackend.c: Add C-SKY. 21 222019-06-28 Mark Wielaard <mark@klomp.org> 23 24 * eblopenbackend.c (try_dlopen): Remove result->name check. 25 (openbackend): Remove result->name assignment. 26 (struct ebl): Remove name. 27 282019-05-30 Mark Wielaard <mark@klomp.org> 29 30 * eblopenbackend.c (try_dlopen): New function extracted from 31 openbackend. 32 (openbackend): Replace ORIGINDIR define with BINORIGINDIR and 33 LIBORIGINDIR defines. Use tryopen to open backend in bin origin 34 path, lib origin path and without an explicit path. 35 362019-04-28 Mark Wielaard <mark@klomp.org> 37 38 * eblsymbolbindingname.c (ebl_symbol_binding_name): Check ebl is 39 not NULL for STB_GNU_UNIQUE. 40 * eblsymboltypename.c (ebl_symbol_type_name): Check ebl is not 41 NULL for STT_GNU_IFUNC. 42 432019-01-29 Mark Wielaard <mark@klomp.org> 44 45 * eblobjnote.c (ebl_object_note): Check pr_datasz padding doesn't 46 overflow descsz. 47 482019-01-16 Mark Wielaard <mark@klomp.org> 49 50 * libebl.h (ebl_core_note): Add desc as argument. 51 * eblcorenote.c (ebl_core_note): Take desc as an argument, check 52 it contains a zero terminated string if it is an NT_PLATFORM note. 53 542019-01-16 Mark Wielaard <mark@klomp.org> 55 56 * eblobjnte.c (ebl_object_note): Check pr_datasz isn't too large. 57 582018-12-02 Mark Wielaard <mark@klomp.org> 59 60 * eblobjnte.c (ebl_object_note): For GNU_PROPERTY_STACK_SIZE use 61 an Elf32_Addr or Elf64_Addr to read and print the size. 62 632018-11-15 Mark Wielaard <mark@klomp.org> 64 65 * eblobjnotetypename.c (ebl_object_note_type_name): Don't update 66 w, t and len unnecessarily. 67 682018-11-12 Mark Wielaard <mark@klomp.org> 69 70 * libebl.h (ebl_object_note): Add new argument namesz. 71 * eblobjnote.c (ebl_object_note): Likewise and handle GNU Build 72 Attribute notes. 73 * eblobjnotetypename.c (ebl_object_note_type_name): Handle GNU 74 Build Attribute notes. 75 762018-11-11 Mark Wielaard <mark@klomp.org> 77 78 * eblobjnote.c (ebl_object_note): Recognize NT_VERSION with zero 79 descriptor. Add explicit "GNU" name check. 80 * eblobjnotetypename.c (ebl_object_note_type_name): Add extra 81 argument descsz. Recognize NT_VERSION using descsz. With "GNU" 82 name it is NT_GNU_ABI_TAG. 83 * libebl.h (ebl_object_note_type_name): Add extra argument descsz. 84 852018-10-18 Mark Wielaard <mark@klomp.org> 86 87 * eblobjnote.c (ebl_object_note): Handle NT_GNU_PROPERTY_TYPE_0. 88 * eblobjnotetypename.c (ebl_object_note_type_name): Add 89 GNU_PROPERTY_TYPE_0. 90 912018-10-02 Andreas Schwab <schwab@suse.de> 92 93 * ebl-hooks.h (EBLHOOK(reloc_simple_type)): Add third parameter. 94 * libebl.h (ebl_reloc_simple_type): Likewise. 95 * eblopenbackend.c (default_reloc_simple_type): Likewise. 96 * eblrelocsimpletype.c (ebl_reloc_simple_type): Pass it down. 97 982018-09-12 Mark Wielaard <mark@klomp.org> 99 100 * eblsectionstripp.c (ebl_section_strip_p): Drop ehdr argument. 101 Use elf_getshdrstrndx. 102 * libebl.h (ebl_section_strip_p): Drop ehdr argument. 103 1042018-09-12 Mark Wielaard <mark@klomp.org> 105 106 * ebl-hooks.h (check_special_symbol): Drop ehdr argument. 107 * ebl_check_special_symbol.c (ebl_check_special_symbol): Likewise. 108 * eblopenbackend.c (default_check_special_symbol): Likewise. 109 * libebl.h (ebl_check_special_symbol): Likewise. 110 1112018-07-04 Ross Burton <ross.burton@intel.com> 112 113 * eblopenbackend.c: Remove error.h include. 114 1152018-04-25 Mark Wielaard <mark@klomp.org> 116 117 * eblopenbackend.c (default_debugscn_p): Add new DWARF5 sections 118 .debug_addr, .debug_line_str, .debug_loclists, .debug_names, 119 .debug_rnglists and .debug_str_offsets. 120 1212018-04-19 Andreas Schwab <schwab@suse.de> 122 123 * eblopenbackend.c (machines): Add entries for RISC-V. 124 1252018-03-16 Mark Wielaard <mark@klomp.org> 126 127 * ebldynamictagname.c (ebl_dynamic_tag_name): Add SYMTAB_SHNDX to 128 stdtags. Add a eu_static_assert to make sure stdtags contains all 129 DT_NUM entries. 130 1312018-02-21 Mark Wielaard <mark@klomp.org> 132 133 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Accept 134 SHT_NOTE. 135 1362018-02-09 Joshua Watt <JPEWhacker@gmail.com> 137 138 * eblobjnote.c (ebl_object_note): Use FALLTHROUGH macro instead of 139 comment. 140 1412017-04-27 Ulf Hermann <ulf.hermann@qt.io> 142 143 * Makefile.am: Use fpic_CFLAGS. 144 1452017-07-19 Gustavo Romero <gromero@linux.vnet.ibm.com> 146 147 * eblcorenotetypename.c: Add ppc64 HTM SPRs note as known type. 148 1492017-07-20 Mark Wielaard <mark@klomp.org> 150 151 * Makefile.am (gen_SOURCES): Add ebl_data_marker_symbol.c. 152 * ebl-hooks.h (data_marker_symbol): New hook. 153 * ebl_data_marker_symbol.c: New file. 154 * eblopenbackend.c (default_data_marker_symbol): New function. 155 (fill_defaults): Add default_data_marker_symbol. 156 * libebl.h (ebl_data_marker_symbol): New function. 157 1582017-04-20 Ulf Hermann <ulf.hermann@qt.io> 159 160 * libebl.h: Use __pure_attribute__. 161 1622017-02-15 Ulf Hermann <ulf.hermann@qt.io> 163 164 * eblmachineflagname.c: Include system.h. 165 * eblopenbackend.c: Likewise. 166 1672016-07-08 Mark Wielaard <mjw@redhat.com> 168 169 * Makefile.am (gen_SOURCES): Remove eblstrtab.c. 170 * eblstrtab.c: Removed. 171 * libebl.h (Ebl_Strtab): Removed. 172 (Ebl_Strent): Removed. 173 (ebl_strtabinit): Removed. 174 (ebl_strtabfree): Removed. 175 (ebl_strtabadd): Removed. 176 (ebl_strtabfinalize): Removed. 177 (ebl_strtaboffset): Removed. 178 (ebl_string): Removed. 179 1802016-07-06 Mark Wielaard <mjw@redhat.com> 181 182 * Makefile.am (gen_SOURCES): Remove eblobjecttypename.c, 183 eblshflagscombine.c, eblwstrtab.c and eblgstrtab.c. 184 * ebl-hooks.h (object_type_name): Removed. 185 (sh_flags_combine): Likewise. 186 * eblgstrtab.c: Removed. 187 * eblobjecttypename.c: Removed. 188 * eblopenbackend.c (default_object_type_name): Removed. 189 (default_sh_flags_combine): Likewise. 190 (fill_defaults): Removed object_type_name and sh_flags_combine. 191 * eblshflagscombine.c: Removed. 192 * eblwstrtab.c: Removed. 193 * libebl.h (ebl_object_type_name): Removed. 194 (ebl_sh_flags_combine): Likewise. 195 (ebl_wstrtab*): Removed. 196 (ebl_gstrtab*): Likewise. 197 1982016-06-28 Richard Henderson <rth@redhat.com> 199 200 * ebl-hooks.h (EBLHOOK(disasm)): Add ebl parameter. 201 * eblopenbackend.c (machines): Add EM_BPF entry. 202 2032016-05-20 Andreas Schwab <schwab@linux-m68k.org> 204 205 * eblopenbackend.c (machines) [EM_68K]: Set class and data. 206 2072016-02-12 Mark Wielaard <mjw@redhat.com> 208 209 * eblobjnotetypename.c (ebl_object_note_type_name): Check name is 210 "Go" and use new goknowntypes then. Otherwise check name is not 211 "GNU" and return "unknown". 212 2132016-01-09 Mark Wielaard <mjw@redhat.com> 214 215 * eblobjnote.c (ebl_object_note): Add brackets around if statement 216 body. 217 2182015-12-18 Mark Wielaard <mjw@redhat.com> 219 220 * eblopenbackend.c (default_debugscn_p): Also match .zdebug sections. 221 2222015-12-08 Jose E. Marchesi <jose.marchesi@oracle.com> 223 224 * libebl.h: Prototype for ebl_ra_offset. 225 * eblabicfi.c (ebl_ra_offset): New function. 226 * libeblP.h (struct ebl): new field ra_offset; 227 2282015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com> 229 230 * Makefile.am (AM_CFLAGS): Use -fPIC instead of -fpic to avoid 231 relocation overflows in some platforms. 232 2332015-09-22 Mark Wielaard <mjw@redhat.com> 234 235 * *.c: Remove old-style function definitions. 236 2372015-09-09 Chih-Hung Hsieh <chh@google.com> 238 239 * ebldwarftoregno.c (ebl_dwarf_to_regno): Remove redundant NULL tests 240 on parameters declared with __nonnull_attribute__. 241 * eblinitreg.c (ebl_frame_nregs): Likewise. 242 * eblnormalizepc.c (ebl_normalize_pc): Likewise. 243 * eblunwind.c (ebl_unwind): Likewise. 244 2452015-09-04 Chih-Hung Hsieh <chh@google.com> 246 247 * eblopenbackend.c (ebl_openbackend_machine): Replace K&R function 248 definition with ansi-C definitions. 249 * eblstother.c (ebl_check_st_other_bits): Likewise. 250 2512015-06-12 Mark Wielaard <mjw@redhat.com> 252 253 * eblcheckreloctargettype.c (ebl_check_reloc_target_type): Allow 254 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY. 255 2562015-05-17 Mark Wielaard <mjw@redhat.com> 257 258 * eblobjnote.c (ebl_object_note): If allocation buf is large, then 259 allocate it with malloc. 260 2612015-05-17 Mark Wielaard <mjw@redhat.com> 262 263 * eblopenbackend.c (MAX_PREFIX_LEN): New define (16). 264 (openbackend): Stack allocate symname array using MAX_PREFIX_LEN. 265 2662015-01-27 Mark Wielaard <mjw@redhat.com> 267 268 * libebl.h: Add comment from README that this is completely 269 UNSUPPORTED. 270 2712014-11-22 Mark Wielaard <mjw@redhat.com> 272 273 * ebl-hooks.h (bss_plt_p): Remove ehdr argument. 274 * eblbsspltp.c (ebl_bss_plt_p): Likewise. 275 * eblopenbackend.c (default_bss_plt_p): Likewise. 276 * libebl.h (ebl_bss_plt_p): Likewise. 277 2782014-11-17 Mark Wielaard <mjw@redhat.com> 279 280 * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL. 281 2822014-06-17 Mark Wielaard <mjw@redhat.com> 283 284 * eblinitreg.c (ebl_func_addr_mask): New function. 285 * libebl.h (ebl_func_addr_mask): Define. 286 * libeblP.h (struct ebl): Add func_addr_mask. 287 2882014-05-19 Mark Wielaard <mjw@redhat.com> 289 290 * Makefile.am (gen_SOURCES): Add eblcheckreloctargettype.c. 291 * eblcheckreloctargettype.c: New file. 292 * ebl-hooks.h (check_reloc_target_type): New hook. 293 * eblopenbackend.c (default_check_reloc_target_type): New function. 294 (fill_defaults): Assign default_check_reloc_target_type to 295 check_reloc_target_type. 296 * libebl.h (ebl_check_reloc_target_type): New function definition. 297 2982013-12-18 Mark Wielaard <mjw@redhat.com> 299 300 * Makefile.am (gen_SOURCES): Add eblresolvesym.c. 301 * ebl-hooks.h (resolve_sym_value): New entry. 302 * eblresolvesym.c: New file. 303 * libebl.h (ebl_resolve_sym_value): New definition. 304 * libeblP.h (fd_addr): New field. 305 (fd_data): Likewise. 306 3072013-12-18 Jan Kratochvil <jan.kratochvil@redhat.com> 308 309 unwinder: s390 and s390x 310 * Makefile.am (gen_SOURCES): Add eblnormalizepc.c and eblunwind.c. 311 * ebl-hooks.h (normalize_pc, unwind): New. 312 * eblnormalizepc.c: New file. 313 * eblunwind.c: New file. 314 * libebl.h (Ebl_Register_Location): Add field pc_register. 315 (ebl_normalize_pc): New declaration. 316 (ebl_tid_registers_get_t, ebl_pid_memory_read_t): New definitions. 317 (ebl_unwind): New declaration. 318 3192013-12-15 Jan Kratochvil <jan.kratochvil@redhat.com> 320 321 unwinder: ppc and ppc64 322 * Makefile.am (gen_SOURCES): Add ebldwarftoregno.c. 323 * ebl-hooks.h (dwarf_to_regno): New. 324 * ebldwarftoregno.c: New file. 325 * libebl.h (Ebl_Core_Item): New field pc_register. 326 (ebl_tid_registers_t): Add FIRSTREG -1 to the comment. 327 (ebl_dwarf_to_regno): New. 328 3292013-11-25 Petr Machata <pmachata@redhat.com> 330 331 * eblopenbackend.c (machines): Add entry for AArch64. 332 3332013-11-14 Jan Kratochvil <jan.kratochvil@redhat.com> 334 335 Code cleanup: Remove const in prototype 336 * libebl.h (ebl_tid_registers_t): Remove const from firstreg. 337 3382013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com> 339 Mark Wielaard <mjw@redhat.com> 340 341 * Makefile.am (gen_SOURCES): Add eblinitreg.c. 342 * ebl-hooks.h (set_initial_registers_tid): New entry. 343 * eblinitreg.c: New file. 344 * libebl.h (ebl_tid_registers_t): New definition. 345 (ebl_set_initial_registers_tid, ebl_frame_nregs): New declarations. 346 * libeblP.h (struct ebl): New entry frame_nregs. 347 3482013-10-06 Mark Wielaard <mjw@redhat.com> 349 350 * libebl.h (ebl_abi_cfi): Document restrictions using register 351 rules. 352 3532013-09-26 Petr Machata <pmachata@redhat.com> 354 355 * eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK, 356 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE. 357 3582013-09-25 Mark Wielaard <mjw@redhat.com> 359 360 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL. 361 3622013-04-24 Mark Wielaard <mjw@redhat.com> 363 364 * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. 365 3662012-10-12 Jan Kratochvil <jan.kratochvil@redhat.com> 367 368 * ebl-hooks.h (abi_cfi): Extend its comment for return value. 369 * eblopenbackend.c (default_abi_cfi): Return -1. 370 * libebl.h (ebl_abi_cfi): Extend its comment for return value. 371 3722012-08-30 Petr Machata <pmachata@redhat.com> 373 374 * eblcorenotetypename.c: Handle PPC_VSX, X86_XSTATE, 375 S390_HIGH_GPRS, S390_TIMER, S390_TODCMP, S390_TODPREG, S390_CTRS, 376 S390_PREFIX, S390_LAST_BREAK, S390_SYSTEM_CALL, and ARM_VFP. 377 3782012-08-22 Jeff Kenton <jkenton@tilera.com> 379 380 * eblopenbackend.c (machines): Add tilegx. 381 3822011-06-26 Mark Wielaard <mjw@redhat.com> 383 384 * eblopenbackend.c (default_debugscn_p): Add .debug_macro. 385 3862011-04-26 Mark Wielaard <mjw@redhat.com> 387 388 * libebl.h (ebl_object_note_type_name): Add const char *name arg. 389 * eblhooks.h (object_note_type_name): Likewise. 390 * eblopenbackend.c (default_object_note_type_name): Likewise. 391 * eblobjnotetypename.c (ebl_object_note_type_name): Likewise. 392 And print version if name is "stapsdt". 393 * eblobjnote.c (ebl_object_note): Add output for "stapsdt" notes. 394 3952011-03-21 Marek Polacek <mpolacek@redhat.com> 396 397 * ebldynamictagname.c: Fix typo in TLSDESC_GOT. 398 3992011-03-10 Mark Wielaard <mjw@redhat.com> 400 401 * Makefile.am (gen_SOURCES): Add eblstother.c. 402 * eblstother.c: New file. 403 * ebl-hooks.h: Add check_st_other_bits hook. 404 * eblopenbackend.c (default_check_st_other_bits): New function. 405 (fill_defaults): Hook default_check_st_other_bits. 406 * libebl.h (ebl_check_st_other_bits): New prototype. 407 4082010-07-07 Roland McGrath <roland@redhat.com> 409 410 * eblopenbackend.c (default_debugscn_p): Match .gdb_index section. 411 4122010-02-15 Roland McGrath <roland@redhat.com> 413 414 * Makefile.am: Use config/eu.am for common stuff. 415 4162010-01-04 Roland McGrath <roland@redhat.com> 417 418 * eblcorenote.c (ebl_core_note): Take GElf_Nhdr * and name data 419 pointer instead of only n_type and n_descsz. 420 * libebl.h: Update declaration. 421 * ebl-hooks.h: Update core_note hook signature. 422 * eblopenbackend.c (default_core_note): Likewise. 423 4242009-10-14 Roland McGrath <roland@redhat.com> 425 426 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing. 427 4282009-10-05 Roland McGrath <roland@redhat.com> 429 430 * eblopenbackend.c (default_debugscn_p): Match .debug_pubtypes and 431 .debug_types too. 432 4332009-09-02 Petr Machata <pmachata@redhat.com> 434 435 * libebl/eblstrtab.c (morememory): Allocate memory in multiples of 436 pagesize. 437 4382009-08-06 Petr Machata <pmachata@redhat.com> 439 440 * libebl/eblstrtab.c (ebl_strtabfinalize): Only call copystrings 441 if we have any strings to copy. 442 4432009-07-26 Mark Wielaard <mjw@redhat.com> 444 445 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION. 446 447 * eblobjnotetypename.c (ebl_object_note_type_name): Recognize 448 NT_GNU_GOLD_VERSION. 449 4502009-07-08 Roland McGrath <roland@redhat.com> 451 452 * ebl-hooks.h: Add abi_cfi hook. 453 * eblopenbackend.c (default_abi_cfi): New function. 454 (fill_defaults): Add initializer. 455 * eblabicfi.c: New file. 456 * Makefile.am (gen_SOURCES): Add it. 457 * libebl.h: Declare ebl_abi_cfi. 458 4592009-07-08 Ulrich Drepper <drepper@redhat.com> 460 461 * eblsymbolbindingname.c (ebl_symbol_binding_name): Handle 462 STB_GNU_UNIQUE. 463 464 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC 465 if the binary is marked as being for Linux. 466 4672009-04-01 Roland McGrath <roland@redhat.com> 468 469 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC. 470 471 * eblauxvinfo.c (AUXV_TYPES): Add RANDOM and BASE_PLATFORM. 472 4732009-02-01 Ulrich Drepper <drepper@redhat.com> 474 475 * eblreloctypename.c (ebl_reloc_type_name): Return "<INVALID RELOC>" 476 instead of "???" for invalid relocations. 477 4782008-08-01 Roland McGrath <roland@redhat.com> 479 480 * eblcorenotetypename.c: Handle NT_386_IOPERM. 481 4822008-07-28 Roland McGrath <roland@redhat.com> 483 484 * eblauxvinfo.c (AUXV_TYPES): Add EXECFN. 485 486 * eblauxvinfo.c (ebl_auxv_info): Handle missing elements of standard 487 table. 488 4892008-07-04 Roland McGrath <roland@redhat.com> 490 491 * libebl.h: Declare ebl_syscall_abi. 492 * ebl_syscall_abi.c: New file. 493 * Makefile.am (gen_SOURCES): Add it. 494 * ebl-hooks.h: New hook syscall_abi. 495 * eblopenbackend.c (default_syscall_abi): New function. 496 (fill_defaults): Use it. 497 4982008-03-31 Roland McGrath <roland@redhat.com> 499 500 * ebldynamictagname.c (ebl_dynamic_tag_name): Use hex for unknown tag. 501 502 * ebl-hooks.h: Add check_special_section hook. 503 * eblopenbackend.c (fill_defaults): Set new hook to ... 504 (default_check_special_section): ... this, new function. 505 * ebl_check_special_section.c: New file. 506 * Makefile.am (gen_SOURCES): Add it. 507 * libebl.h: Declare it. 508 5092008-02-20 Roland McGrath <roland@redhat.com> 510 511 * libebl.h: Declare ebl_check_object_attribute. 512 * eblcheckobjattr.c: New file. 513 * Makefile.am (gen_SOURCES): Add it. 514 * ebl-hooks.h: Add check_object_attribute hook. 515 * eblopenbackend.c (default_check_object_attribute): New function. 516 (fill_defaults): Initialize pointer to it. 517 5182008-02-19 Roland McGrath <roland@redhat.com> 519 520 * eblsectiontypename.c (ebl_section_type_name): 521 Handle SHT_GNU_ATTRIBUTES. 522 5232008-02-08 Roland McGrath <roland@redhat.com> 524 525 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_SPE. 526 5272008-01-30 Roland McGrath <roland@redhat.com> 528 529 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_386_TLS. 530 5312007-10-18 Roland McGrath <roland@redhat.com> 532 533 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PPC_VMX. 534 5352007-10-11 Roland McGrath <roland@redhat.com> 536 537 * eblobjnote.c (ebl_object_note): Translate target format (byte-swap) 538 for NT_GNU_ABI_TAG contents. 539 5402007-08-22 Roland McGrath <roland@redhat.com> 541 542 * libebl.h (Ebl_Core_Item): New member `group'. 543 5442007-08-19 Roland McGrath <roland@redhat.com> 545 546 * ebl-hooks.h: Add new hook auxv_info. 547 * eblopenbackend.c (default_auxv_info): New function. 548 (fill_defaults): Initialize auxv_info hook. 549 * eblauxvinfo.c : New file. 550 * Makefile.am (gen_SOURCES): Add it. 551 * libebl.h: Declare ebl_auxv_info. 552 553 * eblcorenote.c: Rewritten with new signature. 554 * Makefile.am (gen_SOURCES): Add it. 555 * libebl.h (Ebl_Register_Location, Ebl_Core_Item): New types. 556 (ebl_core_note_info): Completely revamp signature. 557 * ebl-hooks.h: Update decl. 558 * eblopenbackend.c (default_core_note): Update signature. 559 5602007-07-09 Roland McGrath <roland@redhat.com> 561 562 * eblobjnotetypename.c (ebl_object_note_type_name): Handle 563 NT_GNU_HWCAP, NT_GNU_BUILD_ID. 564 565 * eblobjnote.c (ebl_object_note): Handle NT_GNU_BUILD_ID. 566 5672007-04-22 Roland McGrath <roland@redhat.com> 568 569 * eblcorenotetypename.c (ebl_core_note_type_name): Handle NT_PRXFPREG. 570 5712007-03-10 Roland McGrath <roland@redhat.com> 572 573 * eblcorenote.c (ebl_core_note): For normally-zero types, 574 print in hex if not zero. 575 5762007-01-11 Roland McGrath <roland@redhat.com> 577 578 * ebl-hooks.h (machine_section_flag_check): New hook. 579 * libebl.h: Declare ebl_machine_section_flag_check. 580 * eblmachinesectionflagcheck.c: New file. 581 * Makefile.am (gen_SOURCES): Add it. 582 * eblopenbackend.c (default_machine_section_flag_check): New function. 583 (fill_defaults): Use it. 584 5852006-09-04 Roland McGrath <roland@redhat.com> 586 587 * ebl-hooks.h: Replace register_name hook with register_info. 588 Also yield natural bit width and base type encoding. 589 * eblopenbackend.c (default_register_name): Renamed 590 default_register_info, new args added. 591 (fill_defaults): Update initialization. 592 * eblregname.c: File renamed ... 593 * eblreginfo.c: ... to this. 594 (ebl_register_name): Renamed to ebl_register_info, new args added. 595 * libebl.h: Update decl. 596 597 * Makefile.am (gen_SOURCES): Update list. 598 5992006-07-06 Ulrich Drepper <drepper@redhat.com> 600 601 * ebldynamictagname.c: Add support for DT_GNU_HASH. 602 * ebldynamictagcheck.c: Likewise. 603 * eblsectiontypename.c: Add support for SHT_GNU_HASH. 604 6052006-07-05 Ulrich Drepper <drepper@redhat.com> 606 607 * Makefile.am (gen_SOURCES): Add eblsysvhashentrysize.c. 608 * libeblP.h (struct ebl): Add sysvhash_entrysize element. 609 * eblopenbackend.c (fill_defaults): Initialize sysvhash_entrysize. 610 611 * eblopenbackend.c (openbackend): If possible, fill machine, class, 612 and data values in from the ELF file. 613 6142006-07-04 Ulrich Drepper <drepper@redhat.com> 615 616 * Makefile.am (gen_SOURCES): Add eblrelativerelocp.c. 617 * eblrelativerelocp.c: New file. 618 * ebl-hooks.c: Add relative_reloc_p. 619 * eblopenbackend.c (default_relative_reloc_p): New function. 620 (fill_defaults): Hook it up. 621 * libebl.h: Declare ebl_relative_reloc_p. 622 6232006-06-12 Ulrich Drepper <drepper@redhat.com> 624 625 * Makefile.am (gen_SOURCES): Add eblnonerelocp.c. 626 * eblnonerelocp.c: New file. 627 * ebl-hooks.c: Add none_reloc_p. 628 * eblopenbackend.c (default_none_reloc_p): New function. 629 (fill_defaults): Hook it up. 630 * libebl.h: Declare ebl_none_reloc_p. 631 6322006-05-27 Ulrich Drepper <drepper@redhat.com> 633 634 * libebl.h: Add extern "C". 635 6362005-11-25 Roland McGrath <roland@redhat.com> 637 638 * eblregname.c: New file. 639 * Makefile.am (gen_SOURCES): Add it. 640 * ebl-hooks.h: Declare register_name hook. 641 * libebl.h: Declare ebl_register_name. 642 * eblopenbackend.c (default_register_name): New function. 643 (fill_defaults): Use it. 644 6452005-11-16 Roland McGrath <roland@redhat.com> 646 647 * libebl.h: Use "" for elf-knowledge.h, not <>. 648 6492005-11-15 Roland McGrath <roland@redhat.com> 650 651 * Makefile.am: Removed everything for building libebl_*.so modules, 652 now in ../backends/Makefile.am instead. 653 * alpha_init.c: Moved to ../backends. 654 * alpha_reloc.def: Likewise. 655 * alpha_retval.c: Likewise. 656 * alpha_symbol.c: Likewise. 657 * arm_init.c: Likewise. 658 * arm_reloc.def: Likewise. 659 * arm_symbol.c: Likewise. 660 * common-reloc.c: Likewise. 661 * i386_corenote.c: Likewise. 662 * i386_init.c: Likewise. 663 * i386_reloc.def: Likewise. 664 * i386_retval.c: Likewise. 665 * i386_symbol.c: Likewise. 666 * ia64_init.c: Likewise. 667 * ia64_reloc.def: Likewise. 668 * ia64_symbol.c: Likewise. 669 * libebl_CPU.h: Likewise. 670 * ppc64_init.c: Likewise. 671 * ppc64_reloc.def: Likewise. 672 * ppc64_retval.c: Likewise. 673 * ppc64_symbol.c: Likewise. 674 * ppc_init.c: Likewise. 675 * ppc_reloc.def: Likewise. 676 * ppc_retval.c: Likewise. 677 * ppc_symbol.c: Likewise. 678 * s390_init.c: Likewise. 679 * s390_reloc.def: Likewise. 680 * s390_symbol.c: Likewise. 681 * sh_init.c: Likewise. 682 * sh_reloc.def: Likewise. 683 * sh_symbol.c: Likewise. 684 * sparc_init.c: Likewise. 685 * sparc_reloc.def: Likewise. 686 * sparc_symbol.c: Likewise. 687 * x86_64_corenote.c: Likewise. 688 * x86_64_init.c: Likewise. 689 * x86_64_reloc.def: Likewise. 690 * x86_64_retval.c: Likewise. 691 * x86_64_symbol.c: Likewise. 692 693 * libebl.h: Comment fixes. 694 695 * alpha_retval.c: New file. 696 * Makefile.am (alpha_SRCS): Add it. 697 * alpha_init.c (alpha_init): Initialize return_value_location hook. 698 699 * ppc64_retval.c: New file. 700 * Makefile.am (ppc64_SRCS): Add it. 701 * ppc64_init.c (ppc64_init): Initialize return_value_location hook. 702 703 * ppc_retval.c: New file. 704 * Makefile.am (ppc_SRCS): Add it. 705 * ppc_init.c (ppc_init): Initialize return_value_location hook. 706 7072005-11-14 Roland McGrath <roland@redhat.com> 708 709 * ia64_init.c (ia64_init): Initialize EH->reloc_simple_type. 710 * sh_init.c (sh_init): Likewise. 711 * x86_64_init.c (x86_64_init): Likewise. 712 713 * sparc_symbol.c (sparc_reloc_simple_type): New function. 714 * sparc_init.c (sparc_init): Use it. 715 716 * arm_symbol.c (arm_reloc_simple_type): New function. 717 * arm_init.c (arm_init): Use it. 718 719 * alpha_symbol.c (alpha_reloc_simple_type): New function. 720 * alpha_init.c (alpha_init): Use it. 721 722 * ia64_reloc.def: Update bits per H. J. Lu <hjl@lucon.org>. 723 724 * arm_reloc.def: Update bits per Daniel Jacobowitz <drow@false.org>. 725 726 * alpha_reloc.def: Update bits per Richard Henderson <rth@redhat.com>. 727 7282005-11-13 Roland McGrath <roland@redhat.com> 729 730 * x86_64_retval.c: New file. 731 * Makefile.am (x86_64_SRCS): Add it. 732 * x86_64_init.c (x86_64_init): Use x86_64_return_value_location. 733 734 * i386_retval.c: New file. 735 * Makefile.am (i386_SRCS): Add it. 736 (libdw): New variable. 737 (libebl_%.so): Use $(libdw) in link; use --as-needed. 738 * i386_init.c (i386_init): Use i386_return_value_location. 739 740 * eblretval.c: New file. 741 * Makefile.am (gen_SOURCES): Add it. 742 (INCLUDES): Search in libdw. 743 * libebl.h: Include <libdw.h>. Declare ebl_return_value_location. 744 * ebl-hooks.h: Declare return_value_location hook. 745 * eblopenbackend.c (default_return_value_location): New function. 746 (fill_defaults): Use it. 747 7482005-11-10 Roland McGrath <roland@redhat.com> 749 750 * s390_init.c: New file. 751 * s390_reloc.def: New file. 752 * s390_symbol.c: New file. 753 * Makefile.am (modules, libebl_pic): Add s390. 754 (s390_SRCS, libebl_s390_pic_a_SOURCES): New variables. 755 (am_libebl_s390_pic_a_OBJECTS): New variable. 756 757 * ppc64_init.c: Use common-reloc.c. 758 * ppc64_symbol.c (ppc64_backend_name): Removed. 759 (ppc64_reloc_type_check, ppc64_reloc_type_name): Likewise. 760 (ppc64_copy_reloc_p, ppc64_reloc_valid_use): Likewise. 761 762 * ppc_init.c: Use common-reloc.c. 763 * ppc_symbol.c (ppc_backend_name): Removed. 764 (ppc_reloc_type_name, ppc_reloc_type_check): Likewise. 765 (ppc_reloc_valid_use, ppc_copy_reloc_p): Likewise. 766 767 * sparc_init.c: Use common-reloc.c. 768 * sparc_symbol.c (sparc_backend_name): Removed. 769 (sparc_reloc_type_name, sparc_reloc_type_check): Likewise. 770 (sparc_copy_reloc_p): Likewise. 771 772 * arm_init.c: Use common-reloc.c. 773 * arm_symbol.c (arm_backend_name): Removed. 774 (arm_reloc_type_name, arm_reloc_type_check, arm_copy_reloc_p): Removed. 775 776 * alpha_init.c: Use common-reloc.c. 777 * alpha_symbol.c (alpha_backend_name): Removed. 778 (alpha_reloc_type_name, alpha_reloc_type_check): Likewise. 779 (alpha_copy_reloc_p): Likewise. 780 781 * ia64_symbol.c (ia64_backend_name): Removed. 782 (ia64_reloc_type_name, ia64_reloc_type_check): Likewise. 783 (ia64_copy_reloc_p): Likewise. 784 785 * x86_64_init.c: Use common-reloc.c. 786 * x86_64_symbol.c (x86_64_backend_name): Removed. 787 (x86_64_copy_reloc_p, x86_64_reloc_valid_use): Likewise. 788 (x86_64_reloc_type_check, x86_64_reloc_type_name): Likewise. 789 790 * sh_init.c: Use common-reloc.c. 791 * sh_symbol.c: All functions removed. 792 (sh_reloc_simple_type): New function. 793 (sh_gotpc_reloc_check): New function. 794 795 * common-reloc.c: New file. 796 * Makefile.am (noinst_HEADERS): Add it. 797 * i386_init.c: Include it. 798 799 * sh_reloc.def: New file. 800 * i386_reloc.def: New file. 801 * alpha_reloc.def: New file. 802 * arm_reloc.def: New file. 803 * i386_reloc.def: New file. 804 * ia64_reloc.def: New file. 805 * ppc64_reloc.def: New file. 806 * ppc_reloc.def: New file. 807 * sh_reloc.def: New file. 808 * sparc_reloc.def: New file. 809 * x86_64_reloc.def: New file. 810 * Makefile.am (EXTRA_DIST): Add $(modules:=_reloc.def). 811 812 * libebl_alpha.map: Removed. 813 * libebl_ia64.map: Removed. 814 * libebl_ppc.map: Removed. 815 * libebl_sparc.map: Removed. 816 * libebl_arm.map: Removed. 817 * libebl_i386.map: Removed. 818 * libebl_ppc64.map: Removed. 819 * libebl_sh.map: Removed. 820 * libebl_x86_64.map: Removed. 821 * Makefile.am (EXTRA_DIST): Remove them. 822 (libebl_%.map, libebl_%.so): New pattern rules. 823 824 * libebl_alpha.h: Removed. 825 * libebl_ia64.h: Removed. 826 * libebl_ppc.h: Removed. 827 * libebl_sparc.h: Removed. 828 * libebl_arm.h: Removed. 829 * libebl_i386.h: Removed. 830 * libebl_ppc64.h: Removed. 831 * libebl_sh.h: Removed. 832 * libebl_x86_64.h: Removed. 833 * Makefile.am (noinst_HEADERS): Remove them. 834 835 * x86_64_corenote.c: Use libebl_CPU.h instead. 836 * x86_64_symbol.c: Likewise. 837 * i386_corenote.c: Likewise. 838 8392005-11-09 Roland McGrath <roland@redhat.com> 840 841 * ia64_symbol.c (ia64_reloc_simple_type): New function. 842 843 * ebl-hooks.h (reloc_simple_type): Take the Ebl handle, not Elf handle. 844 * eblrelocsimpletype.c (ebl_reloc_simple_type): Update caller. 845 * eblopenbackend.c (default_reloc_simple_type): Update signature. 846 * i386_symbol.c (i386_reloc_simple_type): Likewise. 847 * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise. 848 * ppc_symbol.c (ppc_reloc_simple_type): Likewise. 849 * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise. 850 851 * i386_symbol.c (i386_backend_name): Removed. 852 (i386_reloc_type_name, i386_reloc_type_check): Likewise. 853 (i386_reloc_valid_use): Removed. 854 (i386_copy_reloc_p): Removed. 855 856 * alpha_destr.c: Removed. 857 * arm_destr.c: Removed. 858 * i386_destr.c: Removed. 859 * ia64_destr.c: Removed. 860 * ppc64_destr.c: Removed. 861 * ppc_destr.c: Removed. 862 * sh_destr.c: Removed. 863 * sparc_destr.c: Removed. 864 * x86_64_destr.c: Removed. 865 866 * ebl-hooks.h: New file, broken out of ... 867 * libeblP.h (struct ebl): ... here. #include that for hook 868 declarations, after defining EBLHOOK macro. 869 * libebl_CPU.h: New file. 870 * Makefile.am (noinst_HEADERS): Add them. 871 872 * libeblP.h (struct ebl): Use uint_fast16_t for machine, 873 and uint_fast8_t for class and data. 874 8752005-08-14 Roland McGrath <roland@redhat.com> 876 877 * ia64_symbol.c (ia64_section_type_name): New function. 878 (ia64_dynamic_tag_check): New function. 879 (ia64_reloc_valid_use): New function. 880 * libebl_ia64.h: Declare them. 881 * ia64_init.c (ia64_init): Use them. 882 * Makefile.am (libebl_ia64.so): Link with libelf. 883 8842005-08-28 Ulrich Drepper <drepper@redhat.com> 885 886 * Makefile.am: Use $(LINK) not $(CC) when creating DSOs. 887 8882005-08-13 Roland McGrath <roland@redhat.com> 889 890 * ia64_symbol.c (ia64_machine_flag_check): New function. 891 * libebl_ia64.h: Declare it. 892 * ia64_init.c (ia64_init): Use it. 893 8942005-08-13 Ulrich Drepper <drepper@redhat.com> 895 896 * libebl.h: Add ehdr parameter to ebl_bss_plt_p and 897 ebl_check_special_symbol. 898 * libeblP.h (struct ebl): Adjust callback functions. 899 * eblopenbackend.c: Adjust dummy functions. 900 * ebl_check_special_symbol.c: Add parameter and pass it on. 901 * eblbsspltp.c: Likewise. 902 * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for 903 the dynamic section entry. 904 (ppc_check_special_symbol): Add ehdr parameter. 905 (ppc_bss_plt_p): Likewise. 906 * libebl_ppc.h: Adjust prototypes. 907 * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter. 908 (ppc_bss_plt_p): Likewise. 909 * libebl_ppc64.h: Adjust prototypes. 910 9112005-08-12 Roland McGrath <roland@redhat.com> 912 913 * ppc_symbol.c (find_dyn_got): New function, broken out of ... 914 (ppc_bss_plt_p): ... here. Call that. 915 (ppc_check_special_symbol): Use find_dyn_got to fetch value to check 916 against _GLOBAL_OFFSET_TABLE_. 917 918 * libeblP.h (struct ebl): Add bss_plt_p hook. 919 * eblopenbackend.c (default_bss_plt_p): New function. 920 (fill_defaults): Use it. 921 * eblbsspltp.c: New file. 922 * Makefile.am (gen_SOURCES): Add it. 923 * libebl.h: Declare ebl_bss_plt_p. 924 * ppc_symbol.c (ppc_bss_plt_p): New function. 925 * libebl_ppc.h: Declare it. 926 * ppc_init.c (ppc_init): Use it. 927 * ppc64_symbol.c (ppc64_bss_plt_p): New function. 928 * libebl_ppc64.h: Declare it. 929 * ppc64_init.c (ppc64_init): Use it. 930 931 * ebl_check_special_symbol.c: New file. 932 * Makefile.am (gen_SOURCES): Add it. 933 * libebl.h: Declare ebl_check_special_symbol. 934 * libeblP.h (struct ebl): Add check_special_symbol hook. 935 * eblopenbackend.c (default_check_special_symbol): New function. 936 (fill_defaults): Use it. 937 * ppc_symbol.c (ppc_check_special_symbol): New function. 938 * libebl_ppc.h: Add prototype. 939 * ppc_init.c (ppc_init): Use it. 940 * ppc64_symbol.c (ppc64_check_special_symbol): New function. 941 * libebl_ppc64.h: Add prototype. 942 * ppc64_init.c (ppc64_init): Use it. 943 9442005-08-07 Ulrich Drepper <drepper@redhat.com> 945 946 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values. 947 * ppc_symbol.c: Likewise. 948 * libebl_ppc.h: Likewise. 949 * ppc64_init.c: There is now also a dynamic_tag_check functions 950 * ppc64_symbol.c: Add dynamic_tag_check. 951 * libebl_ppc64.h: Add prototype. 952 * alpha_init.c: Add support for new DT_ALPHA_* value. 953 * alpha_symbol.c: Likewise. 954 * libebl_alpha.h: Likewise. 955 9562005-08-03 Ulrich Drepper <drepper@redhat.com> 957 958 * libebl_alpha.map: Remove unnecessary exports. 959 * libebl_arm.map: Likewise. 960 * libebl_i386.map: Likewise. 961 * libebl_ia64.map: Likewise. 962 * libebl_ppc.map: Likewise. 963 * libebl_ppc64.map: Likewise. 964 * libebl_sh.map: Likewise. 965 * libebl_sparc.map: Likewise. 966 * libebl_x86_64.map: Likewise. 967 9682005-08-02 Ulrich Drepper <drepper@redhat.com> 969 970 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c, 971 and eblelfmachine.c. 972 * elbopenbackend.c (machines): Add class and data fields. Initialize 973 them. 974 (ebl_openbackend): Initialize machine, class, data fields in result. 975 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine. 976 * libeblP.h (Ebl): Add machine, class, data fields. 977 9782005-07-23 Ulrich Drepper <drepper@redhat.com> 979 980 * eblsectionstripp.c: New file. 981 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c. 982 * i386_init.c (i386_init): Install specific debugscn_p callback. 983 * i386_symbol.c (i386_debugscn_p): New function. 984 * libebl.h: Declare ebl_section_strip_p. 985 * libebl_i386.h: Declare i386_debugscn_p. 986 987 * libebl.h: Move Ebl definition to... 988 * libeblP.h: ...here. 989 9902005-07-21 Roland McGrath <roland@redhat.com> 991 992 * Makefile.am (install-ebl-modules): New target, commands from ... 993 (install): ... here. Make this depend on it. 994 (LIBEBL_SUBDIR): New variable, substituted by configure. 995 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR). 996 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name. 997 9982005-07-21 Ulrich Drepper <drepper@redhat.com> 999 1000 * eblcopyrelocp.c: New file. 1001 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c. 1002 * libebl.h: Declare ebl_copy_reloc_p. 1003 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p. 1004 (default_copy_reloc_p): New function. 1005 * alpha_init.c: Define and use arch-specific copy_reloc_p function. 1006 * alpha_symbol.c: Likewise. 1007 * arm_init.c: Likewise. 1008 * arm_symbol.c: Likewise. 1009 * i386_init.c: Likewise. 1010 * i386_symbol.c: Likewise. 1011 * ia64_init.c: Likewise. 1012 * ia64_symbol.c: Likewise. 1013 * ppc64_init.c: Likewise. 1014 * ppc64_symbol.c: Likewise. 1015 * ppc_init.c: Likewise. 1016 * ppc_symbol.c: Likewise. 1017 * sh_init.c: Likewise. 1018 * sh_symbol.c: Likewise. 1019 * sparc_init.c: Likewise. 1020 * sparc_symbol.c: Likewise. 1021 * x86_64_init.c: Likewise. 1022 * x86_64_symbol.c: Likewise. 1023 * libebl_alpha.h: Declare the copy_reloc_p function. 1024 * libebl_arm.h: Likewise. 1025 * libebl_i386.h: Likewise. 1026 * libebl_ia64.h: Likewise. 1027 * libebl_ppc.h: Likewise. 1028 * libebl_ppc64.h: Likewise. 1029 * libebl_sh.h: Likewise. 1030 * libebl_sparc.h: Likewise. 1031 * libebl_x86_64.h: Likewise. 1032 10332005-05-31 Roland McGrath <roland@redhat.com> 1034 1035 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency 1036 tracking works right. 1037 10382005-05-21 Ulrich Drepper <drepper@redhat.com> 1039 1040 * libebl_x86_64.map: Add x86_64_core_note. 1041 10422005-05-19 Roland McGrath <roland@redhat.com> 1043 1044 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type. 1045 * libebl_ppc.map: Add ppc_reloc_simple_type. 1046 * libebl_ppc64.map: Add ppc64_reloc_simple_type. 1047 * libebl_x86_64.map: Add x86_64_reloc_simple_type. 1048 10492005-05-11 Ulrich Drepper <drepper@redhat.com> 1050 1051 * eblcorenote.c: Handle new AT_* values and files with different 1052 endianess. 1053 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c. 1054 * x86-64_corenote.c: New file. 1055 * x86_64_init.c: Hook in x86_64_corenote. 1056 * i386_corenote.c: Make file usable on 64-bit platforms. 1057 1058 * eblopenbackend.c: If modules version comparison fails, reinitialize 1059 hooks. 1060 10612005-05-10 Ulrich Drepper <drepper@redhat.com> 1062 1063 * eblopenbackend.c: Require the init function to return a string. 1064 Compare it with MODVERSION from config.h. 1065 * alpha_init.c: Change return type. Return MODVERSION or NULL. 1066 * arm_init.c: Likewise. 1067 * eblopenbackend.c: Likewise. 1068 * i386_init.c: Likewise. 1069 * ia64_init.c: Likewise. 1070 * ppc64_init.c: Likewise. 1071 * ppc_init.c: Likewise. 1072 * sh_init.c: Likewise. 1073 * sparc_init.c: Likewise. 1074 * x86_64_init.c: Likewise. 1075 * libeblP.h: Adjust ebl_bhinit_t. 1076 * libebl_alpha.h: Adjust init function prototype. 1077 * libebl_arm.h: Likewise. 1078 * libebl_i386.h: Likewise. 1079 * libebl_ia64.h: Likewise. 1080 * libebl_ppc.h: Likewise. 1081 * libebl_ppc64.h: Likewise. 1082 * libebl_sh.h: Likewise. 1083 * libebl_sparc.h: Likewise. 1084 * libebl_x86_64.h: Likewise. 1085 1086 * mips_destr.c: Removed. 1087 * mips_init.c: Removed. 1088 * mips_symbol.c: Removed. 1089 * libebl_mips.h: Removed. 1090 * libebl_mips.map: Removed. 1091 10922005-05-03 Roland McGrath <roland@redhat.com> 1093 1094 * libebl.h (Ebl): Add `reloc_simple_type' member. 1095 * eblopenbackend.c (default_reloc_simple_type): New function. 1096 (openbackend): Use that as default reloc_simple_type callback. 1097 * eblrelocsimpletype.c: New file. 1098 * Makefile.am (gen_SOURCES): Add it. 1099 * i386_symbol.c (i386_reloc_simple_type): New function. 1100 * libebl_i386.h: Declare it. 1101 * i386_init.c (i386_init): Use it. 1102 * x86_64_symbol.c (x86_64_reloc_simple_type): New function. 1103 * libebl_x86_64.h: Declare it. 1104 * x86_64_init.c (x86_64_init): Use it. 1105 * ppc_symbol.c (ppc_reloc_simple_type): New function. 1106 * libebl_ppc.h: Declare it. 1107 * ppc_init.c (ppc_init): Use it. 1108 * ppc64_symbol.c (ppc64_reloc_simple_type): New function. 1109 * libebl_ppc64.h: Declare it. 1110 * ppc64_init.c (ppc64_init): Use it. 1111 11122005-03-17 Ulrich Drepper <drepper@redhat.com> 1113 1114 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE. 1115 11162005-02-15 Ulrich Drepper <drepper@redhat.com> 1117 1118 * Makefile.am (AM_CFLAGS): Add -Wformat=2. 1119 11202005-02-14 Ulrich Drepper <drepper@redhat.com> 1121 1122 * alpha_destr.c: Add __attribute__((unused)) where needed. 1123 * alpha_init.c: Likewise. 1124 * alpha_symbol.c: Likewise. 1125 * arm_destr.c: Likewise. 1126 * arm_init.c: Likewise. 1127 * arm_symbol.c: Likewise. 1128 * i386_corenote.c: Likewise. 1129 * i386_destr.c: Likewise. 1130 * i386_init.c: Likewise. 1131 * i386_symbol.c: Likewise. 1132 * ia64_destr.c: Likewise. 1133 * ia64_init.c: Likewise. 1134 * ia64_symbol.c: Likewise. 1135 * mips_destr.c: Likewise. 1136 * mips_init.c: Likewise. 1137 * mips_symbol.c: Likewise. 1138 * ppc64_destr.c: Likewise. 1139 * ppc64_init.c: Likewise. 1140 * ppc64_symbol.c: Likewise. 1141 * ppc_destr.c: Likewise. 1142 * ppc_init.c: Likewise. 1143 * ppc_symbol.c: Likewise. 1144 * sh_destr.c: Likewise. 1145 * sh_init.c: Likewise. 1146 * sh_symbol.c: Likewise. 1147 * sparc_destr.c: Likewise. 1148 * sparc_init.c: Likewise. 1149 * sparc_symbol.c: Likewise. 1150 * x86_64_destr.c: Likewise. 1151 * x86_64_init.c: Likewise. 1152 * x86_64_symbol.c: Likewise. 1153 1154 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64 1155 and R_X86_64_32.. 1156 11572005-02-06 Ulrich Drepper <drepper@redhat.com> 1158 1159 * eblstrtab.c: A few cleanups. 1160 1161 * eblopenbackend.c: Mark unused parameters. 1162 1163 * eblgstrtab.c: Cleanups a few printf format strings. 1164 1165 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra. 1166 11672005-02-05 Ulrich Drepper <drepper@redhat.com> 1168 1169 * Makefile.am: Check for text relocations in constructed DSOs. 1170 1171 * eblstrtab.c: Minor cleanups. 1172 1173 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP. 1174 11752004-08-16 Ulrich Drepper <drepper@redhat.com> 1176 1177 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of 1178 the lib directory. 1179 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded 1180 lib in path to ebl modules. 1181 11822004-04-01 Ulrich Drepper <drepper@redhat.com> 1183 1184 * Makefile.am: Add rules for ppc and ppc64 ebl module. 1185 * ppc_init..c: New file. 1186 * ppc_destr.c: New file. 1187 * ppc_symbol.c: New file. 1188 * libebl_ppc.h: New file. 1189 * libebl_ppc.map: New file. 1190 * ppc64_init..c: New file. 1191 * ppc64_destr.c: New file. 1192 * ppc64_symbol.c: New file. 1193 * libebl_ppc64.h: New file. 1194 * libebl_ppc64.map: New file. 1195 11962004-01-20 Ulrich Drepper <drepper@redhat.com> 1197 1198 * Makefile.am: Support building with mudflap. 1199 12002004-01-18 Ulrich Drepper <drepper@redhat.com> 1201 1202 * libeblP.h (_): Use elfutils domain. 1203 12042004-01-16 Ulrich Drepper <drepper@redhat.com> 1205 1206 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER. 1207 12082004-01-13 Ulrich Drepper <drepper@redhat.com> 1209 1210 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for 1211 PT_GNU_RELRO. 1212 12132004-01-08 Ulrich Drepper <drepper@redhat.com> 1214 1215 * libebl.h: Remove last traces of libtool. 1216 12172004-01-05 Ulrich Drepper <drepper@redhat.com> 1218 1219 * elf-knowledge.h: Move to libelf subdir. 1220 1221 * Makefile.am (EXTRA_DIST): Remove libebl.map. 1222 * libebl.map: Removed. 1223 12242003-12-08 Ulrich Drepper <drepper@redhat.com> 1225 1226 * eblsectiontypename.c (ebl_section_type_name): Add support for 1227 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST. 1228 12292003-11-19 Ulrich Drepper <drepper@redhat.com> 1230 1231 * ia64_symbol.c (ia64_dynamic_tag_name): New function. 1232 * libebl_ia64.h (ia64_dynamic_tag_name): Declare. 1233 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name. 1234 12352003-09-24 Ulrich Drepper <drepper@redhat.com> 1236 1237 * ia64_init.c (ia64_init): Initialize segment_type_name callback. 1238 * ia64_symbol.c (ia64_segment_type_name): Define. 1239 * libebl_ia64.h (ia64_segment_type_name): Declare. 1240 12412003-09-22 Ulrich Drepper <drepper@redhat.com> 1242 1243 * Makefile.am (AM_CFLAGS): Add -fpic. 1244 12452003-08-14 Ulrich Drepper <drepper@redhat.com> 1246 1247 * Makefile.am (install): Remove dependency on libebl.so. 1248 12492003-08-13 Ulrich Drepper <drepper@redhat.com> 1250 1251 * eblopenbackend.c: Adjust relative path to arch-specific DSOs 1252 assuming the code ends up in the application. Add second dlopen() 1253 try without any path, just the filename. 1254 * Makefile.in: Remove rules to build and install libebl.so. 1255 12562003-08-11 Ulrich Drepper <drepper@redhat.com> 1257 1258 * Moved to CVS archive. 1259