~ubuntu-branches/ubuntu/quantal/elfutils/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx, Christian Aichinger
  • Date: 2006-08-27 15:48:23 UTC
  • Revision ID: james.westby@ubuntu.com-20060827154823-gmbm698yux21k7fs
Tags: 0.123-2
[ Kurt Roeckx ]
* Add backend support for alpha: adding the registers.
* Add backend support for arm: adding regs and retval.
  Thanks to Eugeniy Meshcheryakov <eugeniy.meshcheryakov@googlemail.com>
* Add backend support for hppa, thanks to
  Eugeniy Meshcheryakov <eugeniy.meshcheryakov@googlemail.com>
* Add some missing ELFOSABI_* and EM_* to elf.h

[ Christian Aichinger ]
* Fix sparc backend retval
* Add mips backend.
* Rewrite the static backend so making changes to the backends
  is easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        * configure.ac: Add dummy automake conditional to get dependencies
8
8
        for non-generic linker right.  See src/Makefile.am.
9
9
 
 
10
2005-11-22  Roland McGrath  <roland@redhat.com>
 
11
 
 
12
        * configure.ac: Check for --as-needed linker option.
 
13
 
10
14
2005-11-18  Roland McGrath  <roland@redhat.com>
11
15
 
12
16
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
54
58
        * Makefile.am (all_SUBDIRS): Add libdwfl.
55
59
        * configure.ac: Write libdwfl/Makefile.
56
60
 
 
61
2005-05-31  Roland McGrath  <roland@redhat.com>
 
62
 
 
63
        * configure.ac (WEXTRA): Check for -Wextra and set this substitution.
 
64
 
 
65
        * configure.ac: Check for struct stat st_?tim members.
 
66
        * src/strip.c (process_file): Use st_?time if st_?tim are not there.
 
67
 
 
68
        * configure.ac: Check for futimes function.
 
69
        * src/strip.c (handle_elf) [! HAVE_FUTIMES]: Use utimes instead.
 
70
        (handle_ar) [! HAVE_FUTIMES]: Likewise.
 
71
 
57
72
2005-05-19  Roland McGrath  <roland@redhat.com>
58
73
 
59
74
        * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.