This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] [ARC] Set of miscellaneous fixes


A set of fixes, they are all disjoint I've grouped them simply because
they are all ARC related.

--

Andrew Burgess (4):
  gas/arc: Add guard against operand array overflow.
  gas/arc: Fix array overrun when checking opcode array
  gas/arc: Use BFD_VMA_FMT for printf format specifier
  gas/arc: Make member of arc_flags const

 gas/ChangeLog                          | 27 +++++++++++++++++++++++++++
 gas/config/tc-arc.c                    | 28 ++++++++++++++++------------
 gas/config/tc-arc.h                    |  2 +-
 gas/testsuite/gas/arc/asm-errors-2.d   |  2 ++
 gas/testsuite/gas/arc/asm-errors-2.err |  2 ++
 gas/testsuite/gas/arc/asm-errors-2.s   |  2 ++
 gas/testsuite/gas/arc/asm-errors.err   |  2 ++
 gas/testsuite/gas/arc/asm-errors.s     |  1 +
 8 files changed, 53 insertions(+), 13 deletions(-)
 create mode 100644 gas/testsuite/gas/arc/asm-errors-2.d
 create mode 100644 gas/testsuite/gas/arc/asm-errors-2.err
 create mode 100644 gas/testsuite/gas/arc/asm-errors-2.s

-- 
2.6.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]