diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-02 13:13:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-02 13:13:36 +0000 |
commit | bab4becb122e95e9cd17cb8046d9d3cf49d351f4 (patch) | |
tree | 943822dccce6ddca2218d9ab94791db27c07fb8e /bfd/config.bfd | |
parent | 60c5dd9394c9cc5078d83b48023eb9bc185cbd1c (diff) | |
download | gdb-bab4becb122e95e9cd17cb8046d9d3cf49d351f4.zip gdb-bab4becb122e95e9cd17cb8046d9d3cf49d351f4.tar.gz gdb-bab4becb122e95e9cd17cb8046d9d3cf49d351f4.tar.bz2 |
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.bfd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 43edd4c..f72803c 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 ;; |