[Bug binutils/20150] [msp430-elf] Disassembly of interrupt vectors

2016-05-26 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20150 Orlando Arias changed: What|Removed |Added CC||orlandoarias at gmail dot com

[Bug binutils/20150] New: [msp430-elf] Disassembly of interrupt vectors

2016-05-26 Thread orlandoarias at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: orlandoarias at gmail dot com Target Milestone: --- Greetings, As per mailing list discussion, opening a bug report for the issue presented in [1]. Applying the provided patch prevents reads from

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators

2016-04-06 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19910 --- Comment #9 from Orlando Arias --- (In reply to Nick Clifton from comment #8) > Created attachment 9156 [details] > extended patch > > For completeness sake, here is an extended version of the second patch which > includes a couple of addi

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators

2016-04-05 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19910 --- Comment #4 from Orlando Arias --- (In reply to Nick Clifton from comment #3) > Created attachment 9154 [details] > Proposed patch > > Hi Orlando, > > Please try this patch, which should improve the error message somewhat. > > Cheers >

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators

2016-04-05 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19910 --- Comment #2 from Orlando Arias --- (In reply to Nick Clifton from comment #1) Greetings: > This happens because the assembler does not support U as a suffix for > integer constants. Is there any chance that support for the suffix could

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators

2016-04-05 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19910 Orlando Arias changed: What|Removed |Added CC||orlandoarias at gmail dot com

[Bug gas/19910] New: Unsigned arithmetic and %hi()/%low() operators

2016-04-05 Thread orlandoarias at gmail dot com
: gas Assignee: unassigned at sourceware dot org Reporter: orlandoarias at gmail dot com Target Milestone: --- Working with he sparc-leon3-linux target in gas versions 2.26.20160125 and 2.23, the following behaviour is observed: sethi %hi(0x4000U + 0x4000U) - 160