diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2010-10-25 15:33:54 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2010-10-25 15:33:54 +0000 |
commit | c0621d88b096cc046adf6ed484baea9ba5bfe721 (patch) | |
tree | b0faeddb7e7cf840111edb19779040c905fae402 /bfd | |
parent | 645ea3ea629261e7e66127db1438f64019fd5d08 (diff) | |
download | gdb-c0621d88b096cc046adf6ed484baea9ba5bfe721.zip gdb-c0621d88b096cc046adf6ed484baea9ba5bfe721.tar.gz gdb-c0621d88b096cc046adf6ed484baea9ba5bfe721.tar.bz2 |
bfd/
* elf32-tic6x.c: Add attribution.
gas/
* config/tc-tic6x.c: Add attribution.
opcodes/
* tic6x-dis.c: Add attribution.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf32-tic6x.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dcebb3b..18a3a67 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-10-25 Nathan Sidwell <nathan@codesourcery.com> + + * elf32-tic6x.c: Add attribution. + 2010-10-25 Alan Modra <amodra@gmail.com> * elf32-arm.c (find_stub_size_and_template): Avoid uninitialized diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index 7d971d8..011f32e 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -1,6 +1,8 @@ /* 32-bit ELF support for TI C6X Copyright 2010 Free Software Foundation, Inc. + Contributed by Joseph Myers <joseph@codesourcery.com> + Bernd Schmidt <bernds@codesourcery.com> This file is part of BFD, the Binary File Descriptor library. |