diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-24 19:48:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-24 19:48:50 +0000 |
commit | 51fbf4548f657940f73edcc03240155b146852ec (patch) | |
tree | 23caa4bef6e2f4e55eb8b994b8bafa088051018c /bfd/elfcode.h | |
parent | 16fe8950adaf5f2cb17ea260bbf6ea9e52919045 (diff) | |
download | gdb-51fbf4548f657940f73edcc03240155b146852ec.zip gdb-51fbf4548f657940f73edcc03240155b146852ec.tar.gz gdb-51fbf4548f657940f73edcc03240155b146852ec.tar.bz2 |
update copyright dates
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 58f7fb1..c1ebbfa 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -1,5 +1,5 @@ /* ELF executable support for BFD. - Copyright 1991, 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Written by Fred Fish @ Cygnus Support, from information published in "UNIX System V Release 4, Programmers Guide: ANSI C and @@ -6499,7 +6499,7 @@ elf_reloc_link_order (output_bfd, info, output_section, link_order) asection *output_section; struct bfd_link_order *link_order; { - const reloc_howto_type *howto; + reloc_howto_type *howto; long indx; bfd_vma offset; struct elf_link_hash_entry **rel_hash_ptr; |