From 42825925cf0eac547124b7ea835099ab0fb2171b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 2 Jan 2013 13:13:34 +0000 Subject: opcodes/ChangeLog * cr16-dis.c (match_opcode,make_instruction: Remove static declaration. (dwordU,wordU): Moved typedefs to opcode/cr16.h (cr16_words,cr16_allWords,cr16_currInsn): Added prefix 'cr16_' bfd/Changelog * config.bfd (cr16*-*-uclinux*): New target support. include/opcode/ChangeLog * cr16.h (dwordU,wordU): Moved typedefs from cr16-dis.c (make_instruction,match_opcode): Added function prototypes. (cr16_words,cr16_allWords,cr16_currInsn): Declare as extern. --- bfd/config.bfd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/config.bfd') diff --git a/bfd/config.bfd b/bfd/config.bfd index 43edd4c401..f72803c0c4 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,6 +1,6 @@ # config.bfd # -# Copyright 2012 Free Software Foundation +# Copyright 2012, 2013 Free Software Foundation # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -378,7 +378,7 @@ case "${targ}" in targ_underscore=yes ;; - cr16-*-elf*) + cr16-*-elf* | cr16*-*-uclinux*) targ_defvec=bfd_elf32_cr16_vec targ_underscore=yes ;; -- cgit v1.2.1