summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-02 13:13:34 +0000
committerNick Clifton <nickc@redhat.com>2013-01-02 13:13:34 +0000
commit42825925cf0eac547124b7ea835099ab0fb2171b (patch)
tree8d203f5f772fbeb8388492c5d318236d90422b27 /bfd/config.bfd
parent9b093e429ce18a182e62bfb4d7c9ea84f444b5b5 (diff)
downloadbinutils-redhat-42825925cf0eac547124b7ea835099ab0fb2171b.tar.gz
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.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd4
1 files changed, 2 insertions, 2 deletions
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
;;