+2011-07-09 Roland McGrath <roland@hack.frob.com>
+
+ * ar.c (parse_opt): Grok -u.
+
2011-05-30 Mark Wielaard <mjw@redhat.com>
* strip.c (relocate): Make offset check overflow-proof.
2011-05-23 Mark Wielaard <mjw@redhat.com>
* strip.c (relocate): Take new arguments is_rela to indicate
- whether the relocation is from a SHT_REL or SHT_RELA section.
+ whether the relocation is from a SHT_REL or SHT_RELA section.
Relocate against any debug section symbol, not just STT_SECTION
symbols. For SHT_REL relocations, fetch addend from offset and
add it to symbol value if not zero.
/* Create, modify, and extract from archives.
- Copyright (C) 2005-2010 Red Hat, Inc.
+ Copyright (C) 2005-2011 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 2005.
Red Hat elfutils is free software; you can redistribute it and/or modify
allow_truncate_fname = true;
break;
+ case 'u':
+ update_newer = true;
+ break;
+
case 'v':
verbose = true;
break;