openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
FreeScale-s12x-binutils
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
May 05, 2024 — May 05, 2025
Showing page 6 of 899
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
gas/config/tc-arm.c: Improve validation of NEON addressing modes.
willnewton
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
* emultempl/pe.em: Add --disable-large-address-aware option. * ld.texinfo (--disable-large-address-aware): Add documentation.
Nick Clifton
More...
over 11 years ago
* binutils-all/nm.exp: --size-sort test: Add more ELF-like targets. * binutils-all/nm-1.s: Use .byte instead of .long. Provide a terminating symbol.
Nick Clifton
More...
over 11 years ago
* ld-powerpc/powerpc.exp: Substitute for le in options_regsub(ld). Correct ppc64elftests option replacement. (supports_ppc64): Match elf64lppc too. * ld-powerpc/relbrlt.d: Update for little-endian. * ld-powerpc/symtocbase.d: Likewise. * ld-powerpc/tls.t: Likewise. * ld-powerpc/tlsexetoc.g: Likewise. * ld-powerpc/tlsso.d: Likewise. * ld-powerpc/tlsso.g: Likewise. * ld-powerpc/tlstoc.t: Likewise. * ld-powerpc/tlstocso.d: Likewise. * ld-powerpc/tlstocso.g: Likewise. * ld-powerpc/tlstocso.t: Likewise. * ld-powerpc/tocopt.d: Likewise. * ld-powerpc/tocopt2.d: Likewise. * ld-powerpc/tocopt3.d: Likewise. * ld-powerpc/tocopt4.d: Likewise. * ld-powerpc/tocopt5.d: Likewise.
Alan Modra
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
2013-08-21 Tristan Gingold <
[email protected]
>
Tristan Gingold
More...
over 11 years ago
Fix typo
Nick Clifton
More...
over 11 years ago
* symbols.c (fb_label_instance_inc, fb_label_instance): Properly range check label number for use with fb_low_counter array.
Alan Modra
More...
over 11 years ago
* elflink.c (_bfd_elf_merge_symbol): Set *poldbfd, *poldweak, and *poldalignment before exiting when !relocs_compatible.
Alan Modra
More...
over 11 years ago
* elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNAL symbols to STV_HIDDEN.
Alan Modra
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
* binutils-all/nm.exp: Revert last change. Instead use nm-elf-1.s for mmix-knuth-mmixware.
Hans-Peter Nilsson
More...
over 11 years ago
merge from gcc
DJ Delorie
More...
over 11 years ago
* binutils-all/nm.exp: Xfail test for nm --size-sort for mmix-knuth-mmixware.
Hans-Peter Nilsson
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
gas/ * config/tc-mips.c (mips_check_isa_supports_ase, reg_lookup) (mips_parse_argument_token, validate_micromips_insn, md_begin) (check_regno, match_float_constant, check_completed_insn, append_insn) (match_insn, match_mips16_insn, match_insns, macro_start) (macro_build_ldst_constoffset, load_register, macro, mips_ip) (mips16_ip, mips_set_option_string, md_parse_option) (mips_after_parse_args, mips_after_parse_args, md_pcrel_from) (md_apply_fix, s_align, s_option, s_mipsset, s_tls_rel_directive) (s_gpword, s_gpdword, s_ehword, s_nan, tc_gen_reloc, md_convert_frag) (s_mips_end, s_mips_ent, s_mips_frame, s_mips_mask, mips_parse_cpu): Start error messages with a lower-case letter. Do not end error messages with a period. Wrap long messages to 80 character-lines. Use "cannot" instead of "can't" and "can not".
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (imm_expr): Expand comment. (set_at, macro, mips16_macro): Expect imm_expr to be O_constant when populated.
Richard Sandiford
More...
over 11 years ago
include/opcode/ * mips.h: Remove references to "+I" and imm2_expr.
Richard Sandiford
More...
over 11 years ago
include/opcode/ * mips.h (M_DEXT, M_DINS): Delete.
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (mips_arg_info): Replace allow_nonconst and lax_max with lax_match. (match_int_operand): Update accordingly. Don't report an error for !lax_match-only cases. (match_insn): Replace more_alts with lax_match and use it to initialize the mips_arg_info field. Add a complete_p parameter. Handle implicit VU0 suffixes here. (match_invalid_for_isa, match_insns, match_mips16_insns): New functions. (mips_ip, mips16_ip): Use them.
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (match_expression): Report uses of registers here. Add a "must be an immediate expression" error. Handle elided offsets here rather than... (match_int_operand): ...here.
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (mips_arg_info): Remove soft_match. (match_out_of_range, match_not_constant): New functions. (match_const_int): Remove fallback parameter and check for soft_match. Use match_not_constant. (match_mapped_int_operand, match_addiusp_operand) (match_perf_reg_operand, match_save_restore_list_operand) (match_mdmx_imm_reg_operand): Update accordingly. Use match_out_of_range and set_insn_error* instead of as_bad. (match_int_operand): Likewise. Use match_not_constant in the !allows_nonconst case. (match_float_constant): Report invalid float constants. (match_insn, match_mips16_insn): Remove soft_match code. Rely on match_float_constant to check for invalid constants. Fail the match if match_const_int or match_float_constant return false. (mips_ip): Update accordingly. (mips16_ip): Likewise. Undo null termination of instruction name once lookup is complete.
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (mips_insn_error_format): New enum. (mips_insn_error): New struct. (insn_error): Change to a mips_insn_error. (clear_insn_error, set_insn_error_format, set_insn_error) (set_insn_error_i, set_insn_error_ss, report_insn_error): New functions. (mips_parse_argument_token, md_assemble, match_insn) (match_mips16_insn): Use them instead of manipulating insn_error directly. (mips_ip, mips16_ip): Likewise. Simplify control flow.
Richard Sandiford
More...
over 11 years ago
gas/ * config/tc-mips.c (normalize_constant_expr): Move further up file. (normalize_address_expr): Likewise. (match_insn, match_mips16_insn): New functions, split out from... (mips_ip, mips16_ip): ...here.
Richard Sandiford
More...
over 11 years ago
include/opcode/ * mips.h (OP_OPTIONAL_REG): New mips_operand_type. (mips_optional_operand_p): New function.
Richard Sandiford
More...
over 11 years ago
Remove PREFIX_EVEX_0F3A3E and PREFIX_EVEX_0F3A3F
H.J. Lu
More...
over 11 years ago
binutils/ 2013-08-19 Tristan Gingold <
[email protected]
>
Tristan Gingold
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
daily update
Alan Modra
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
…
898
899
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree