* elf32-tic6x.c: Add attribution.

	gas/
	* config/tc-tic6x.c: Add attribution.

	opcodes/
	* tic6x-dis.c: Add attribution.
This commit is contained in:
Nathan Sidwell 2010-10-25 15:33:54 +00:00
parent 645ea3ea62
commit c0621d88b0
6 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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.

View file

@ -1,3 +1,7 @@
2010-10-25 Nathan Sidwell <nathan@codesourcery.com>
* config/tc-tic6x.c: Add attribution.
2010-10-25 Mark Mitchell <mark@codesourcery.com>
* obj.h (struct format_ops): Add adjust_symtab.

View file

@ -1,6 +1,8 @@
/* TI C6X assembler.
Copyright 2010
Free Software Foundation, Inc.
Contributed by Joseph Myers <joseph@codesourcery.com>
Bernd Schmidt <bernds@codesourcery.com>
This file is part of GAS, the GNU Assembler.

View file

@ -1,3 +1,7 @@
2010-10-25 Nathan Sidwell <nathan@codesourcery.com>
* tic6x-dis.c: Add attribution.
2010-10-22 Alan Modra <amodra@gmail.com>
* Makefile.am (CLEANFILES): Add stamp-lm32. Sort.

View file

@ -1,6 +1,8 @@
/* TI C6X disassembler.
Copyright 2010
Free Software Foundation, Inc.
Contributed by Joseph Myers <joseph@codesourcery.com>
Bernd Schmidt <bernds@codesourcery.com>
This file is part of libopcodes.