diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-04-17 16:22:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-04-17 16:22:13 +0000 |
commit | a9ea330b299633a64eedd7928dfb7f7432c8de6a (patch) | |
tree | bdfb9bc9b32db299004b80ef1c129b62b4ee5a80 | |
parent | 543cdd9588df4bfed933ad20796faf4c708b373d (diff) | |
download | gdb-a9ea330b299633a64eedd7928dfb7f7432c8de6a.zip gdb-a9ea330b299633a64eedd7928dfb7f7432c8de6a.tar.gz gdb-a9ea330b299633a64eedd7928dfb7f7432c8de6a.tar.bz2 |
Update copyright year on elf-ifunc.c
* elf-ifunc.c: Update copyright year.
-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. |