diff options
author | Mark Wielaard <mjw@redhat.com> | 2016-07-06 18:27:54 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2016-08-03 17:26:06 +0200 |
commit | e6ca75ddcf2ba9314077ddc9768eaac2405305e1 (patch) | |
tree | 10a924a4888293ef9fc64bc3898712e02abcea20 /po | |
parent | 56dce92a3612d2f354c3e292d36b04ebb21881dc (diff) | |
download | elfutils-e6ca75ddcf2ba9314077ddc9768eaac2405305e1.tar.gz |
Remove eu-ld and unused code.
Nobody has hacked on eu-ld in a very long time. It didn't really work.
And we didn't install it by default in the spec file. Remove sources,
the build rules and any (now) unused code.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index c83d53bb..6e9900cd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2016-07-06 Mark Wielaard <mjw@redhat.com> + + * po/POTFILES.in: Removed libebl/eblobjecttypename.c, + src/i386_ld.c, src/ld.c, src/ldgeneric.c and src/ldscript.y. + 2016-03-31 Mark Wielaard <mjw@redhat.com> * *.po: Update for 0.166. diff --git a/po/POTFILES.in b/po/POTFILES.in index 02433f9f..93bcf6e0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -13,7 +13,6 @@ libdwfl/libdwflP.h libebl/eblbackendname.c libebl/eblcorenotetypename.c libebl/ebldynamictagname.c -libebl/eblobjecttypename.c libebl/eblobjnote.c libebl/eblobjnotetypename.c libebl/eblosabiname.c @@ -32,10 +31,6 @@ src/arlib.c src/elfcmp.c src/elflint.c src/findtextrel.c -src/i386_ld.c -src/ld.c -src/ldgeneric.c -src/ldscript.y src/nm.c src/objdump.c src/ranlib.c |