From: Nathan Sidwell Date: Mon, 25 Oct 2010 15:33:54 +0000 (+0000) Subject: bfd/ X-Git-Tag: binutils-2_21-branchpoint~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0621d88b096cc046adf6ed484baea9ba5bfe721;p=external%2Fbinutils.git bfd/ * elf32-tic6x.c: Add attribution. gas/ * config/tc-tic6x.c: Add attribution. opcodes/ * tic6x-dis.c: Add attribution. --- 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 + + * elf32-tic6x.c: Add attribution. + 2010-10-25 Alan Modra * 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 + Bernd Schmidt This file is part of BFD, the Binary File Descriptor library. diff --git a/gas/ChangeLog b/gas/ChangeLog index 121be85..f3840a5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-10-25 Nathan Sidwell + + * config/tc-tic6x.c: Add attribution. + 2010-10-25 Mark Mitchell * obj.h (struct format_ops): Add adjust_symtab. diff --git a/gas/config/tc-tic6x.c b/gas/config/tc-tic6x.c index 0a09220..832491d 100644 --- a/gas/config/tc-tic6x.c +++ b/gas/config/tc-tic6x.c @@ -1,6 +1,8 @@ /* TI C6X assembler. Copyright 2010 Free Software Foundation, Inc. + Contributed by Joseph Myers + Bernd Schmidt This file is part of GAS, the GNU Assembler. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index df26c5f..f62cb4b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-10-25 Nathan Sidwell + + * tic6x-dis.c: Add attribution. + 2010-10-22 Alan Modra * Makefile.am (CLEANFILES): Add stamp-lm32. Sort. diff --git a/opcodes/tic6x-dis.c b/opcodes/tic6x-dis.c index 86505ac..05626df 100644 --- a/opcodes/tic6x-dis.c +++ b/opcodes/tic6x-dis.c @@ -1,6 +1,8 @@ /* TI C6X disassembler. Copyright 2010 Free Software Foundation, Inc. + Contributed by Joseph Myers + Bernd Schmidt This file is part of libopcodes.