Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/opcodes/tic80-opc.c

    r970 r1973  
    11/* Opcode table for TI TMS320C80 (MVP).
    2    Copyright (C) 1996-2014 Free Software Foundation, Inc.
     2   Copyright (C) 1996-2016 Free Software Foundation, Inc.
    33
    44   This file is part of the GNU opcodes library.
     
    235235
    236236int
    237 tic80_symbol_to_value (name, symbol_class)
    238      char *name;
    239      int symbol_class;
     237tic80_symbol_to_value (char *name, int symbol_class)
    240238{
    241239  const struct predefined_symbol *pdsp;
     
    258256          low = middle + 1;
    259257        }
    260       else 
     258      else
    261259        {
    262260          pdsp = &tic80_predefined_symbols[middle];
     
    277275
    278276const char *
    279 tic80_value_to_symbol (val, symbol_class)
    280      int val;
    281      int symbol_class;
     277tic80_value_to_symbol (int val, int symbol_class)
    282278{
    283279  const struct predefined_symbol *pdsp;
     
    312308
    313309const struct predefined_symbol *
    314 tic80_next_predefined_symbol (pdsp)
    315      const struct predefined_symbol *pdsp;
     310tic80_next_predefined_symbol (const struct predefined_symbol *pdsp)
    316311{
    317312  if (pdsp == NULL)
Note: See TracChangeset for help on using the changeset viewer.