diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf-ifunc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 40c339f..be6dd52 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2013-04-17 H.J. Lu <hongjiu.lu@intel.com> + + * elf-ifunc.c: Update copyright year. + 2013-04-17 Luca Pizzamiglio <luca.pizzamiglio@gmail.com> * coffcode.h: Added a cast to void when a bfd_set_section_*() diff --git a/bfd/elf-ifunc.c b/bfd/elf-ifunc.c index 7e7ec36..c2fa163 100644 --- a/bfd/elf-ifunc.c +++ b/bfd/elf-ifunc.c @@ -1,5 +1,5 @@ /* ELF STT_GNU_IFUNC support. - Copyright 2009 + Copyright 2009-2013 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. |