GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gas
/
config
/
tc-msp430.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ELF: Add support for unique section ID to assembler
H.J. Lu
2020-02-02
1
-1
/
+1
*
MSP430: Fix relocation overflow when using #lo(EXP) macro
Jozef Lawrynowicz
2020-01-15
1
-11
/
+24
*
Update year range in copyright notice of binutils files
Alan Modra
2020-01-01
1
-1
/
+1
*
Add support for new functionality in the msp430 backend of GCC.
Jozef Lawrynowicz
2019-10-07
1
-4
/
+142
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-1
/
+1
*
MSP430 Assembler: Define symbols for functions to run through.
Jozef Lawrynowicz
2019-04-18
1
-6
/
+38
*
MSP420 assembler: Add -m{u,U} options to enable/disable NOP warnings for unk...
Jozef Lawrynowicz
2019-04-17
1
-8
/
+37
*
Update year range in copyright notice of binutils files
Alan Modra
2019-01-01
1
-1
/
+1
*
Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs a...
Jozef Lawrynowicz
2018-11-27
1
-61
/
+235
*
Fix the MSP430 assembler's parsing of register names.
Nick Clifton
2018-06-26
1
-8
/
+18
*
Update year range in copyright notice of binutils files
Alan Modra
2018-01-03
1
-1
/
+1
*
gas and ld pluralization fixes
Alan Modra
2017-11-07
1
-1
/
+3
*
Fix the MSP430 assembler so that it detects and reports extraneous text at th...
Nick Clifton
2017-10-05
1
-27
/
+83
*
Improve MSP430 section placement.
Jozef Lawrynowicz
2017-08-29
1
-3
/
+20
*
Fix spelling typos.
Yuri Chornovian
2017-07-18
1
-13
/
+13
*
Allow target files access to default TC_FORCE_RELOCATION defines
Alan Modra
2017-05-16
1
-3
/
+2
*
Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
H.J. Lu
2017-04-04
1
-1
/
+1
*
Fix spelling mistakes and typos in the GAS sources.
Nick Clifton
2017-01-23
1
-11
/
+11
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
*
[msp430] Sync tc-msp430.c with devices.csv
Joe Seymour
2016-12-23
1
-6
/
+5
*
stop defining linkrelax in multiple places
Trevor Saunders
2016-05-16
1
-3
/
+3
*
remove some unused globals
Trevor Saunders
2016-04-14
1
-1
/
+1
*
Fix MSP430 assembler's detection of NOP and EINT.
Nick Clifton
2016-04-06
1
-1
/
+24
*
use XNEW and related macros more
Trevor Saunders
2016-04-03
1
-5
/
+5
*
Constify more
Alan Modra
2016-04-01
1
-1
/
+1
*
cast literal to char * when assigning to input_line_ptr
Trevor Saunders
2016-03-31
1
-1
/
+1
*
make md_parse_option () take a const char *
Trevor Saunders
2016-03-29
1
-1
/
+1
*
make more variables const
Trevor Saunders
2016-03-22
1
-1
/
+1
*
Remove use of alloca.
Nick Clifton
2016-03-21
1
-1
/
+1
*
Add const qualifiers at various places.
Trevor Saunders
2016-03-07
1
-1
/
+1
*
Convert more variables to a constant form.
Trevor Saunders
2016-02-25
1
-3
/
+3
*
Update list of known MSP430 MCUs.
Nick Clifton
2016-02-17
1
-1
/
+15
*
Fix the encoding of the MSP430's RRUX instruction.
Nick Clifton
2016-02-04
1
-57
/
+3
*
Copyright update for binutils
Alan Modra
2016-01-01
1
-1
/
+1
*
Remove refernces to a non-existent silicon errata.
Nick Clifton
2015-12-15
1
-10
/
+3
*
gas: Fix left shift of negative value.
Dominik Vogt
2015-11-09
1
-1
/
+1
*
Add support for MSP430 silicon errata to the assembler.
Nick Clifton
2015-10-22
1
-79
/
+257
*
Update list of known MSP430 MCU names.
Nick Clifton
2015-10-12
1
-62
/
+614
*
Remove trailing spaces in gas
H.J. Lu
2015-08-12
1
-58
/
+58
*
Convert 'A && (!A || B)' to 'A || B' in various places.
Nick Clifton
2015-08-11
1
-10
/
+10
*
Add support to the MSP430 linker for the automatic placement of code and data...
Nick Clifton
2015-05-05
1
-14
/
+26
*
Fix msp430 build with gcc-5
Alan Modra
2015-02-05
1
-2
/
+2
*
ChangeLog rotatation and copyright year update
Alan Modra
2015-01-02
1
-1
/
+1
*
Fixes a snafu checking the size of 20-bit immedaite values.
Nick Clifton
2014-11-03
1
-1
/
+1
*
Change -mz command line option to -my for the MSP430 port of GAS.
Nick Clifton
2014-06-03
1
-7
/
+7
*
Fix MSP430 assembler to support #hi(<symbol>).
Nick Clifton
2014-05-20
1
-27
/
+49
*
This patch enhances the MSP430 port of GAS so that, if requested, it will
Nick Clifton
2014-03-03
1
-571
/
+233
*
Add .data and .bss refsym symbols
DJ Delorie
2014-01-24
1
-3
/
+50
*
Remove the display of known MCU names from the MSP430 port of GAS.
Nick Clifton
2014-01-23
1
-36
/
+16
*
Add .refsym to msp430 backend
DJ Delorie
2014-01-22
1
-0
/
+10
[next]