public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog
@ 2010-10-07 19:25 rwild
0 siblings, 0 replies; 65+ messages in thread
From: rwild @ 2010-10-07 19:25 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: rwild@sourceware.org 2010-10-07 19:25:44
Modified files:
. : ChangeLog
Log message:
Add missing ChangeLog entry for toplevel configure from 2010-07-26.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.932&r2=1.933
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2013-06-01 7:14 denisc
0 siblings, 0 replies; 65+ messages in thread
From: denisc @ 2013-06-01 7:14 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: denisc@sourceware.org 2013-06-01 07:14:44
Modified files:
. : ChangeLog
Log message:
* gas/config/tc-avr.c: Change ISA for devices with USB support to
AVR_ISA_XMEGAU
* include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1071&r2=1.1072
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2013-01-12 3:46 jbglaw
0 siblings, 0 replies; 65+ messages in thread
From: jbglaw @ 2013-01-12 3:46 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jbglaw@sourceware.org 2013-01-12 03:46:44
Modified files:
. : ChangeLog
Log message:
* ChangeLog: Fix typo.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1061&r2=1.1062
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2013-01-11 13:10 jbglaw
0 siblings, 0 replies; 65+ messages in thread
From: jbglaw @ 2013-01-11 13:10 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jbglaw@sourceware.org 2013-01-11 13:10:18
Modified files:
. : ChangeLog
Log message:
* ChangeLog: Fix "Dito" to "Ditto".
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1059&r2=1.1060
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2012-09-17 20:39 wrighton
0 siblings, 0 replies; 65+ messages in thread
From: wrighton @ 2012-09-17 20:39 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: wrighton@sourceware.org 2012-09-17 20:39:12
Modified files:
. : ChangeLog
Log message:
Moved the Changelog entries for breakpoint.c and remote.c out of Changelog
and into gdb/Changelog.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1033&r2=1.1034
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2012-09-12 20:01 wrighton
0 siblings, 0 replies; 65+ messages in thread
From: wrighton @ 2012-09-12 20:01 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: wrighton@sourceware.org 2012-09-12 20:01:10
Modified files:
. : ChangeLog
Log message:
* gdb/remote.c (remote_insert_hw_breakpoint): Throw exception if
there is an error inserting hardware breakpoints and use the
error message from the target.
* gdb/breakpoint.c (insert_bp_location, insert_breakpoint_locations):
Catch this exception and print the error message contained within. Do not
print the default hardware error breakpoint message in this case.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1030&r2=1.1031
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2012-05-14 19:45 jwlemke
0 siblings, 0 replies; 65+ messages in thread
From: jwlemke @ 2012-05-14 19:45 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jwlemke@sourceware.org 2012-05-14 19:45:13
Modified files:
. : ChangeLog
Log message:
Add support for PowerPC VLE.
2012-05-14 Catherine Moore <clm@codesourcery.com>
* NEWS: Mention PowerPC VLE port.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
Catherine Moore <clm@codesourcery.com>
bfd/
* bfd.c (bfd_lookup_section_flags): Add section parm.
* ecoff.c (bfd_debug_section): Remove flag_info initializer.
* elf-bfd.h (bfd_elf_section_data): Move in section_flag_info.
(bfd_elf_lookup_section_flags): Add section parm.
* elf32-ppc.c (is_ppc_vle): New function.
(ppc_elf_modify_segment_map): New function.
(elf_backend_modify_segment_map): Define.
(has_vle_insns): New define.
* elf32-ppc.h (ppc_elf_modify_segment_map): Declare.
* elflink.c (bfd_elf_lookup_section_flags): Add return value & parm.
Move in logic to omit / include a section.
* libbfd-in.h (bfd_link_info): Add section parm.
(bfd_generic_lookup_section_flags): Likewise.
* reloc.c (bfd_generic_lookup_section_flags): Likewise.
* section.c (bfd_section): Move out section_flag_info.
(BFD_FAKE_SECTION): Remove flag_info initializer.
* targets.c (_bfd_lookup_section_flags): Add section parm.
2012-05-14 Catherine Moore <clm@codesourcery.com>
bfd/
* archures.c (bfd_mach_ppc_vle): New.
* bfd-in2.h: Regenerated.
* cpu-powerpc.c (bfd_powerpc_archs): New entry for vle.
* elf32-ppc.c (split16_format_type): New enumeration.
(ppc_elf_vle_split16): New function.
(HOWTO): Add entries for R_PPC_VLE relocations.
(ppc_elf_reloc_type_lookup): Handle PPC_VLE relocations.
(ppc_elf_section_flags): New function.
(ppc_elf_lookup_section_flags): New function.
(ppc_elf_section_processing): New function.
(ppc_elf_check_relocs): Handle PPC_VLE relocations.
(ppc_elf_relocation_section): Likewise.
(elf_backend_lookup_section_flags_hook): Define.
(elf_backend_section_flags): Define.
(elf_backend_section_processing): Define.
* elf32-ppc.h (ppc_elf_section_processing): Declare.
* libbfd.h: Regenerated.
* reloc.c (BFD_RELOC_PPC_VLE_REL8, BFD_RELOC_PPC_VLE_REL15,
BFD_RELOC_PPC_VLE_REL24, BFD_RELOC_PPC_VLE_LO16A,
BFD_RELOC_PPC_VLE_LO16D, BFD_RELOC_PPC_VLE_HI16A,
BFD_RELOC_PPC_VLE_HI16D, BFD_RELOC_PPC_VLE_HA16A,
BFD_RELOC_PPC_VLE_HA16D, BFD_RELOC_PPC_VLE_SDA21,
BFD_RELOC_PPC_VLE_SDA21_LO, BFD_RELOC_PPC_VLE_SDAREL_LO16A,
BFD_RELOC_PPC_VLE_SDAREL_LO16D, BFD_RELOC_PPC_VLE_SDAREL_HI16A,
BFD_RELOC_PPC_VLE_SDAREL_HI16D, BFD_RELOC_PPC_VLE_SDAREL_HA16A,
BFD_RELOC_PPC_VLE_SDAREL_HA16D): New bfd relocations.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
gas/
* config/tc-ppc.c (insn_validate): New func of existing code to call..
(ppc_setup_opcodes): ..from 2 places here.
Revise for second (VLE) opcode table.
Add #ifdef'd code to print opcode tables.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
gas/
* config/tc-ppc.c (ppc_setup_opcodes): Allow out-of-order
for the VLE conditional branches.
2012-05-14 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Rhonda Wittels <rhonda@codesourcery.com>
gas/
* config/tc-ppc.c (PPC_VLE_SPLIT16A): New macro.
(PPC_VLE_SPLIT16D): New macro.
(PPC_VLE_LO16A): New macro.
(PPC_VLE_LO16D): New macro.
(PPC_VLE_HI16A): New macro.
(PPC_VLE_HI16D): New macro.
(PPC_VLE_HA16A): New macro.
(PPC_VLE_HA16D): New macro.
(PPC_APUINFO_VLE): New definition.
(md_chars_to_number): New function.
(md_parse_option): Check for combinations of little
endian and -mvle.
(md_show_usage): Document -mvle.
(ppc_arch): Recognize VLE.
(ppc_mach): Recognize bfd_mach_ppc_vle.
(ppc_setup_opcodes): Print the opcode table if
* config/tc-ppc.h (ppc_frag_check): Declare.
* doc/c-ppc.texi: Document -mvle.
* NEWS: Mention PowerPC VLE port.
2012-05-14 Catherine Moore <clm@codesourcery.com>
gas/
* config/tc-ppc.h (ppc_dw2_line_min_insn_length): Declare.
(DWARF2_LINE_MIN_INSN_LENGTH): Redefine.
* config/tc-ppc.c (ppc_dw2_line_min_insn_length): New.
* dwarf2dbg.c (scale_addr_delta): Handle values of 1
for DWARF2_LINE_MIN_INSN_LENGTH.
2012-05-14 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Rhonda Wittels <rhonda@codesourcery.com>
gas/testsuite/
* gas/ppc/ppc.exp: Run new tests.
* gas/ppc/vle-reloc.d: New test.
* gas/ppc/vle-reloc.s: New test.
* gas/ppc/vle-simple-1.d: New test.
* gas/ppc/vle-simple-1.s: New test.
* gas/ppc/vle-simple-2.d: New test.
* gas/ppc/vle-simple-2.s: New test.
* gas/ppc/vle-simple-3.d: New test.
* gas/ppc/vle-simple-3.s: New test.
* gas/ppc/vle-simple-4.d: New test.
* gas/ppc/vle-simple-4.s: New test.
* gas/ppc/vle-simple-5.d: New test.
* gas/ppc/vle-simple-5.s: New test.
* gas/ppc/vle-simple-6.d: New test.
* gas/ppc/vle-simple-6.s: New test.
* gas/ppc/vle.d: New test.
* gas/ppc/vle.s: New test.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
include/elf/
* ppc.h (SEC_PPC_VLE): Remove.
2012-05-14 Catherine Moore <clm@codesourcery.com>
James Lemke <jwlemke@codesourcery.com>
include/elf/
* ppc.h (R_PPC_VLE_REL8): New reloction.
(R_PPC_VLE_REL15): Likewise.
(R_PPC_VLE_REL24): Likewise.
(R_PPC_VLE_LO16A): Likewise.
(R_PPC_VLE_LO16D): Likewise.
(R_PPC_VLE_HI16A): Likewise.
(R_PPC_VLE_HI16D): Likewise.
(R_PPC_VLE_HA16A): Likewise.
(R_PPC_VLE_HA16D): Likewise.
(R_PPC_VLE_SDA21): Likewise.
(R_PPC_VLE_SDA21_LO): Likewise.
(R_PPC_VLE_SDAREL_LO16A): Likewise.
(R_PPC_VLE_SDAREL_LO16D): Likewise.
(R_PPC_VLE_SDAREL_HI16A): Likewise.
(R_PPC_VLE_SDAREL_HI16D): Likewise.
(R_PPC_VLE_SDAREL_HA16A): Likewise.
(R_PPC_VLE_SDAREL_HA16D): Likewise.
(SEC_PPC_VLE): Remove.
(PF_PPC_VLE): New program header flag.
(SHF_PPC_VLE): New section header flag.
(vle_opcodes, vle_num_opcodes): New.
(VLE_OP): New macro.
(VLE_OP_TO_SEG): New macro.
2012-05-14 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Rhonda Wittels <rhonda@codesourcery.com>
include/opcode/
* ppc.h (PPC_OPCODE_VLE): New definition.
(PPC_OP_SA): New macro.
(PPC_OP_SE_VLE): New macro.
(PPC_OP): Use a variable shift amount.
(powerpc_operand): Update comments.
(PPC_OPSHIFT_INV): New macro.
(PPC_OPERAND_CR): Replace with...
(PPC_OPERAND_CR_BIT): ...this and
(PPC_OPERAND_CR_REG): ...this.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
ld/
* ldlang.c (walk_wild_consider_section): Don't copy section_flag_list.
Pass it to callback.
(walk_wild_section_general): Pass section_flag_list to callback.
(lang_add_section): Add sflag_list parm.
Move out logic to keep / omit a section & call bfd_lookup_section_flags.
(output_section_callback_fast): Add sflag_list parm.
Add new parm to lang_add_section calls.
(output_section_callback): Likewise.
(check_section_callback): Add sflag_list parm.
(lang_place_orphans): Add new parm to lang_add_section calls.
(gc_section_callback): Add sflag_list parm.
(find_relro_section_callback): Likewise.
* ldlang.h (callback_t): Add flag_info parm.
(lang_add_section): Add sflag_list parm.
* emultempl/armelf.em (elf32_arm_add_stub_section):
Add lang_add_section parm.
* emultempl/beos.em (gld*_place_orphan): Likewise.
* emultempl/elf32.em (gld*_place_orphan): Likewise.
* emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise.
* emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise.
* emultempl/mipself.em (mips_add_stub_section): Likewise.
* emultempl/mmo.em (mmo_place_orphan): Likewise.
* emultempl/pe.em (gld_*_place_orphan): Likewise.
* emultempl/pep.em (gld_*_place_orphan): Likewise.
* emultempl/ppc64elf.em (ppc_add_stub_section): Likewise.
* emultempl/spuelf.em (spu_place_special_section): Likewise.
* emultempl/vms.em (vms_place_orphan): Likewise.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
ld/testsuite/
* ld-powerpc/powerpc.exp: Create ppceabitests.
* ld-powerpc/vle-multiseg.s: New.
* ld-powerpc/vle-multiseg-1.d: New.
* ld-powerpc/vle-multiseg-1.ld: New.
* ld-powerpc/vle-multiseg-2.d: New.
* ld-powerpc/vle-multiseg-2.ld: New.
* ld-powerpc/vle-multiseg-3.d: New.
* ld-powerpc/vle-multiseg-3.ld: New.
* ld-powerpc/vle-multiseg-4.d: New.
* ld-powerpc/vle-multiseg-4.ld: New.
* ld-powerpc/vle-multiseg-5.d: New.
* ld-powerpc/vle-multiseg-5.ld: New.
* ld-powerpc/vle-multiseg-6.d: New.
* ld-powerpc/vle-multiseg-6.ld: New.
* ld-powerpc/vle-multiseg-6a.s: New.
* ld-powerpc/vle-multiseg-6b.s: New.
* ld-powerpc/vle-multiseg-6c.s: New.
* ld-powerpc/vle-multiseg-6d.s: New.
* ld-powerpc/powerpc.exp: Run new tests.
2012-05-14 Catherine Moore <clm@codesourcery.com>
ld/
* NEWS: Mention PowerPC VLE port.
2012-05-14 Catherine Moore <clm@codesourcery.com>
ld/testsuite/
* ld-powerpc/apuinfo.rd: Update for VLE.
* ld-powerpc/vle-reloc-1.d: New.
* ld-powerpc/vle-reloc-1.s: New.
* ld-powerpc/vle-reloc-2.d: New.
* ld-powerpc/vle-reloc-2.s: New.
* ld-powerpc/vle-reloc-3.d: New.
* ld-powerpc/vle-reloc-3.s: New.
* ld-powerpc/vle-reloc-def-1.s: New.
* ld-powerpc/vle-reloc-def-2.s: New.
* ld-powerpc/vle-reloc-def-3.s: New.
2012-05-14 James Lemke <jwlemke@codesourcery.com>
opcodes/
* ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle.
(PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines.
(vle_opcd_indices): New array.
(lookup_vle): New function.
(disassemble_init_powerpc): Revise for second (VLE) opcode table.
(print_insn_powerpc): Likewise.
* ppc-opc.c: Likewise.
2012-05-14 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Rhonda Wittels <rhonda@codesourcery.com>
Nathan Froyd <froydnj@codesourcery.com>
opcodes/
* ppc-opc.c (insert_arx, extract_arx): New functions.
(insert_ary, extract_ary): New functions.
(insert_li20, extract_li20): New functions.
(insert_rx, extract_rx): New functions.
(insert_ry, extract_ry): New functions.
(insert_sci8, extract_sci8): New functions.
(insert_sci8n, extract_sci8n): New functions.
(insert_sd4h, extract_sd4h): New functions.
(insert_sd4w, extract_sd4w): New functions.
(insert_vlesi, extract_vlesi): New functions.
(insert_vlensi, extract_vlensi): New functions.
(insert_vleui, extract_vleui): New functions.
(insert_vleil, extract_vleil): New functions.
(BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT.
(BI16, BI32, BO32, B8): New.
(B15, B24, CRD32, CRS): New.
(CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG.
(DB, IMM20, RD, Rx, ARX, RY, RZ): New.
(ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New.
(SH6_MASK): Use PPC_OPSHIFT_INV.
(SI8, UI5, OIMM5, UI7, BO16): New.
(VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New.
(XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV.
(ALLOW8_SPRG): New.
(insert_sprg, extract_sprg): Check ALLOW8_SPRG.
(OPVUP, OPVUP_MASK OPVUP): New
(BD8, BD8_MASK, BD8IO, BD8IO_MASK): New.
(EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New.
(BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New.
(BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New.
(IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New.
(IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New.
(SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New.
(SE_IM5, SE_IM5_MASK): New.
(SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New.
(EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New.
(BO32DNZ, BO32DZ): New.
(NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
(PPCVLE): New.
(powerpc_opcodes): Add new VLE instructions. Update existing
instruction to include PPCVLE if supported.
* ppc-dis.c (ppc_opts): Add vle entry.
(get_powerpc_dialect): New function.
(powerpc_init_dialect): VLE support.
(print_insn_big_powerpc): Call get_powerpc_dialect.
(print_insn_little_powerpc): Likewise.
(operand_value_powerpc): Handle negative shift counts.
(print_insn_powerpc): Handle 2-byte instruction lengths.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.1025&r2=1.1026
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2011-05-17 21:28 brobecke
0 siblings, 0 replies; 65+ messages in thread
From: brobecke @ 2011-05-17 21:28 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_3-branch
Changes by: brobecke@sourceware.org 2011-05-17 21:28:37
Modified files:
. : ChangeLog
Log message:
Update entry dates in various ChangeLog files
I backported all Changes made on the HEAD between 2011-04-01 01:00
and 2011-04-03 01:00 (as the latter was the intended branchpoint).
For practical purposes, it was easy to import the change with the
old date in the ChangeLog, and then fix the dates as a followup
commit.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.983.2.5&r2=1.983.2.6
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2011-03-18 17:43 dje
0 siblings, 0 replies; 65+ messages in thread
From: dje @ 2011-03-18 17:43 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dje@sourceware.org 2011-03-18 17:43:21
Modified files:
. : ChangeLog
Log message:
* config.guess: Update to version 2011-02-02
* config.sub: Update to version 2011-02-24
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.970&r2=1.971
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-12-17 22:09 jjohnstn
0 siblings, 0 replies; 65+ messages in thread
From: jjohnstn @ 2010-12-17 22:09 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2010-12-17 22:09:16
Modified files:
. : ChangeLog
Log message:
2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
* COPYING.LIBGLOSS: Remove the GPL for fr30 target.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.959&r2=1.960
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-12-14 14:50 hjl
0 siblings, 0 replies; 65+ messages in thread
From: hjl @ 2010-12-14 14:50 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2010-12-14 14:50:42
Modified files:
. : ChangeLog
Log message:
Move gdb ChangeLog entry to gdb/ChangeLog.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.958&r2=1.959
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-12-14 10:23 kwerner
0 siblings, 0 replies; 65+ messages in thread
From: kwerner @ 2010-12-14 10:23 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kwerner@sourceware.org 2010-12-14 10:23:41
Modified files:
. : ChangeLog
Log message:
gdb:
* valops.c (value_one): Use get_array_bounds to compute the number
of array elements instead of dividing the length of the array by the
length of the element types.
* valarith.c (value_complement, value_neg): Likewise.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.957&r2=1.958
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-12-06 13:00 aoliva
0 siblings, 0 replies; 65+ messages in thread
From: aoliva @ 2010-12-06 13:00 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: aoliva@sourceware.org 2010-12-06 13:00:26
Modified files:
. : ChangeLog
Log message:
Check in for PR other/46020 was meant for PR other/46026.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.952&r2=1.953
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-11-23 0:34 brobecke
0 siblings, 0 replies; 65+ messages in thread
From: brobecke @ 2010-11-23 0:34 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2010-11-23 00:34:42
Modified files:
. : ChangeLog
Log message:
Move ChangeLog entry to the correct ChangeLog file.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.945&r2=1.946
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-11-23 0:29 brobecke
0 siblings, 0 replies; 65+ messages in thread
From: brobecke @ 2010-11-23 0:29 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2010-11-23 00:29:45
Modified files:
. : ChangeLog
Log message:
ravenscar/sparc: cannot fetch registers from non-active thread
gdb/ChangeLog:
* ravenscar-sparc-thread.c (supply_register_at_address):
Fix passing of buf in call to regcache_raw_supply.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.944&r2=1.945
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-02-12 20:18 dgutson
0 siblings, 0 replies; 65+ messages in thread
From: dgutson @ 2010-02-12 20:18 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dgutson@sourceware.org 2010-02-12 20:18:46
Modified files:
. : ChangeLog
Log message:
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.909&r2=1.910
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2010-02-12 20:15 dgutson
0 siblings, 0 replies; 65+ messages in thread
From: dgutson @ 2010-02-12 20:15 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dgutson@sourceware.org 2010-02-12 20:15:13
Modified files:
. : ChangeLog
Log message:
gas/
* config/tc-arm.c (asm_opcode): operands type
change.
(BAD_PC_ADDRESSING): New macro message.
(BAD_PC_WRITEBACK): Likewise.
(MIX_ARM_THUMB_OPERANDS): New macro.
(operand_parse_code): Added enum values.
(parse_operands): Added thumb/arm distinction,
plus new enum values handling.
(encode_arm_addr_mode_2): Validations enhanced.
(encode_arm_addr_mode_3): Likewise.
(do_rm_rd_rn): Likewise.
(encode_thumb32_addr_mode): Likewise.
(do_t_ldrex): Likewise.
(do_t_ldst): Likewise.
(do_t_strex): Likewise.
(md_assemble): Call parse_operands with
a new parameter.
(OPS_1): New macro.
(OPS_2): Likewise.
(OPS_3): Likewise.
(OPS_4): Likewise.
(OPS_5): Likewise.
(OPS_6): Likewise.
(insns): Updated insns operands.
gas/testsuite/
* gas/arm/sp-pc-validations-bad.d: New testcase.
* gas/arm/sp-pc-validations-bad.l: New file.
* gas/arm/sp-pc-validations-bad.s: New file.
* gas/arm/sp-pc-validations-bad-t.d: New testcase.
* gas/arm/sp-pc-validations-bad-t.l: New file.
* gas/arm/sp-pc-validations-bad-t.s: New file.
* gas/arm/sp-pc-usage-t.d: Removed invalid insns.
* gas/arm/sp-pc-usage-t.s: Likewise.
* gas/arm/unpredictable.d: Likewise.
* gas/arm/unpredictable.s: Likewise.
* gas/arm/thumb2_bcond.d: Added test.
* gas/arm/thumb2_bcond.s: Likewise.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.908&r2=1.909
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2009-04-24 14:28 eliz
0 siblings, 0 replies; 65+ messages in thread
From: eliz @ 2009-04-24 14:28 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: eliz@sourceware.org 2009-04-24 14:28:17
Modified files:
. : ChangeLog
Log message:
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.855&r2=1.856
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2009-04-16 17:11 nickc
0 siblings, 0 replies; 65+ messages in thread
From: nickc @ 2009-04-16 17:11 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2009-04-16 17:11:22
Modified files:
. : ChangeLog
Log message:
Fix typo in previous commit.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.852&r2=1.853
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2009-03-16 12:50 ams
0 siblings, 0 replies; 65+ messages in thread
From: ams @ 2009-03-16 12:50 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: ams@sourceware.org 2009-03-16 12:50:42
Modified files:
. : ChangeLog
Log message:
Move changelog entry to the right file.
Sorry folks.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.843&r2=1.844
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2009-03-16 12:41 ams
0 siblings, 0 replies; 65+ messages in thread
From: ams @ 2009-03-16 12:41 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: ams@sourceware.org 2009-03-16 12:41:26
Modified files:
. : ChangeLog
Log message:
2009-03-16 Andrew Stubbs <ams@codesourcery.com>
* dwarf2.c (read_section): Always use rawsize, if available.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.842&r2=1.843
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2009-01-16 8:07 amodra
0 siblings, 0 replies; 65+ messages in thread
From: amodra @ 2009-01-16 8:07 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2009-01-16 08:07:43
Modified files:
. : ChangeLog
Log message:
formatting
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.838&r2=1.839
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2008-12-21 12:45 rwild
0 siblings, 0 replies; 65+ messages in thread
From: rwild @ 2008-12-21 12:45 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: rwild@sourceware.org 2008-12-21 12:45:51
Modified files:
. : ChangeLog
Log message:
Add missing ChangeLog entries for my last commit.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.835&r2=1.836
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2008-08-28 10:44 gingold
0 siblings, 0 replies; 65+ messages in thread
From: gingold @ 2008-08-28 10:44 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: gingold@sourceware.org 2008-08-28 10:44:31
Modified files:
. : ChangeLog
Log message:
2008-08-28 Tristan Gingold <gingold@adacore.com>
* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
Enable bfd, binutils and opcodes.
* configure: Regenerate.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.821&r2=1.822
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2008-04-04 11:16 nickc
0 siblings, 0 replies; 65+ messages in thread
From: nickc @ 2008-04-04 11:16 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2008-04-04 11:16:33
Modified files:
. : ChangeLog
Log message:
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64.
* configure: Regenerate.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.799&r2=1.800
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2008-03-19 10:29 krebbel
0 siblings, 0 replies; 65+ messages in thread
From: krebbel @ 2008-03-19 10:29 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: krebbel@sourceware.org 2008-03-19 10:29:16
Modified files:
. : ChangeLog
Log message:
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
(s390_cond_extensions): Reduced extensions to the compare related.
(main): z10 cpu type option added.
(expandConditionalJump): Renamed to ...
(insertExpandedMnemonic): ... this.
* opcodes/s390-opc.c: Re-group the operand format makros.
(INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
INSTR_SIL_RDU): New instruction formats added.
(MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
masks added.
(s390_opformats): New formats added "ris", "rrs", "sil".
* opcodes/s390-opc.txt: Add the conditional jumps with the
extensions removed from automatic expansion in s390-mkopc.c manually.
(asi - trtre): Add new System z10 EC instructions.
* include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* config/tc-s390.c (md_parse_option): z10 option added.
2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/zarch-z10.d: New file.
* gas/s390/zarch-z10.s: New file.
* gas/s390/s390.exp: Run the z10 testcases.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.796&r2=1.797
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2008-03-06 12:01 krebbel
0 siblings, 0 replies; 65+ messages in thread
From: krebbel @ 2008-03-06 12:01 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: krebbel@sourceware.org 2008-03-06 12:01:11
Modified files:
. : ChangeLog
Log message:
2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
* s390-opc.c (INSTR_RSL_R0RD): Fix operands.
* s390-opc.txt (cmpsc): Duplicate entry removed.
(dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
fier, cu42, cu41): Fix operand format.
2008-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
* gas/s390/esa-g5.d (cdfbr, cdfr, cefbr, cefr, cxfbr, cxfr,
dxr, fidr, fier, fixr, lzdr, lzer, lzxr, sqdr, sqer, tp): Fix
operand format.
* gas/s390/esa-g5.s: Likewise.
* gas/s390/zarch-z900.d (cdgbr, cdgr, cegbr, cegr, cxgbr,
cxgr): Likewise.
* gas/s390/zarch-z900.s: Likewise.
* gas/s390/zarch-z9-109.d (cu41, cu42): Remove mask operand.
* gas/s390/zarch-z9-109.s: Likewise.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.790&r2=1.791
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 7:11 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 7:11 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 07:11:52
Modified files:
. : ChangeLog
Log message:
Move changelog entries to the right ChangeLog
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.774&r2=1.775
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 6:52 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 6:52 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 06:52:53
Modified files:
. : ChangeLog
Log message:
Apply const qualifier to some users of bp_location.
* breakpoint.h (struct bpstats): Make
the breakpoint_at field point at const bp_location.
* breakpoint.c (bpstat_alloc): Accept const
bp_location.
(breakpoint_here_p, breakpoint_inserted_here_p)
(software_breakpoint_inserted_here_p)
(breakpoint_thread_match, bpstat_stop_status)
(read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
const bp_location for iteration.
(print_it_typical, print_bp_stop_message): Use
const bp_location variable.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.773&r2=1.774
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 6:46 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 6:46 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 06:46:20
Modified files:
. : ChangeLog
Log message:
Make mark_breakpoints_out static.
* breakpoint.h (mark_breakpoints_out): Remove
declaration.
* breakpoint.c (mark_breakpoints_out): Make static.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.772&r2=1.773
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 6:28 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 6:28 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 06:28:18
Modified files:
. : ChangeLog
Log message:
Prevent clear_command from directly modifying breakpoint list.
* Makefile.in (breakpoint_h): Update dependency.
* breakpoint.c (clear_command): Do not remove
breakpoints from breakpoint_chain. Collect breakpoints
to delete in a vector.
* breakpoint.h (breakpoint_p): New typedef for pointer to
breakpoint. Register vector of breakpoint_p.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.771&r2=1.772
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 6:24 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 6:24 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 06:24:17
Modified files:
. : ChangeLog
Log message:
Remove 'run_cleanup'.
* defs.h (do_run_cleanups, make_run_cleanup): Remove
declarations.
* infcmd.c (run_command_1): Call clear_solib instead
of do_run_cleanups.
* jv-lang.c (java_rerun_cleanup): Remove, for lack of
any use.
* solib.c (solib_cleanup_queued, do_clear_solib): Remove.
(update_solib_lib): Don't setup run cleanup.
(no_shared_libraries): Call clear_solib, not do_clear_solib.
* utils.c (run_cleanup_chain, make_run_cleanup)
(do_run_cleanups): Remove.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.770&r2=1.771
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-11-15 6:14 vprus
0 siblings, 0 replies; 65+ messages in thread
From: vprus @ 2007-11-15 6:14 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: vprus@sourceware.org 2007-11-15 06:14:25
Modified files:
. : ChangeLog
Log message:
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB.
* infcmd.c (attach_command): Likewise.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.769&r2=1.770
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-06-01 13:44 hjl
0 siblings, 0 replies; 65+ messages in thread
From: hjl @ 2007-06-01 13:44 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2007-06-01 13:44:18
Modified files:
. : ChangeLog
Log message:
Correct ChangeLog entry.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.730&r2=1.731
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-04-20 12:15 shinwell
0 siblings, 0 replies; 65+ messages in thread
From: shinwell @ 2007-04-20 12:15 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: shinwell@sourceware.org 2007-04-20 13:15:41
Modified files:
. : ChangeLog
Log message:
Correct erroneous ChangeLog commit.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.724&r2=1.725
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-04-20 12:13 shinwell
0 siblings, 0 replies; 65+ messages in thread
From: shinwell @ 2007-04-20 12:13 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: shinwell@sourceware.org 2007-04-20 13:13:52
Modified files:
. : ChangeLog
Log message:
* Makefile.in: Adjust dependencies of m68klinux-tdep.c.
* m68klinux-tdep.c (m68k_uclinux_sigcontext_reg_offset): New.
(m68k_linux_sigcontext_reg_offset): Fix typo.
(target_is_uclinux): New.
(m68k_linux_inferior_created): New.
(m68k_linux_get_sigtramp_info): Check for uClinux or
normal Linux. Use m68k_uclinux_sigcontext_reg_offset for
uClinux.
(_initialize_m68k_linux_tdep): Register
m68k_linux_inferior_created.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.723&r2=1.724
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-03-22 16:02 hjl
0 siblings, 0 replies; 65+ messages in thread
From: hjl @ 2007-03-22 16:02 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2007-03-22 16:02:55
Modified files:
. : ChangeLog
Log message:
Move gdb ChangeLog entry to gdb/ChangeLog.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.720&r2=1.721
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-03-22 14:21 macro
0 siblings, 0 replies; 65+ messages in thread
From: macro @ 2007-03-22 14:21 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: macro@sourceware.org 2007-03-22 14:21:02
Modified files:
. : ChangeLog
Log message:
* remote-mips.c (mips_xfer_memory): Update prototype.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.719&r2=1.720
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-02-13 14:46 bonzini
0 siblings, 0 replies; 65+ messages in thread
From: bonzini @ 2007-02-13 14:46 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: bonzini@sourceware.org 2007-02-13 14:46:14
Modified files:
. : ChangeLog
Log message:
2007-02-13 Paolo Bonzini <bonzini@gnu.org>
* configure: Reapply PR30748 fix which was lost in the previous commit.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.707&r2=1.708
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2007-01-09 7:40 nickc
0 siblings, 0 replies; 65+ messages in thread
From: nickc @ 2007-01-09 7:40 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2007-01-09 07:40:35
Modified files:
. : ChangeLog
Log message:
Mention that the top level configure file has been regenerated.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.695&r2=1.696
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-12-24 2:48 kazu
0 siblings, 0 replies; 65+ messages in thread
From: kazu @ 2006-12-24 2:48 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: kazu@sourceware.org 2006-12-24 02:48:58
Modified files:
. : ChangeLog
Log message:
bfd/
* config.bfd: Recognize fido.
gas/
* configure.tgt: Recognize fido.
ld/
* configure.tgt: Recognize fido.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.689&r2=1.690
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-11-09 16:25 jjohnstn
0 siblings, 0 replies; 65+ messages in thread
From: jjohnstn @ 2006-11-09 16:25 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2006-11-09 16:25:54
Modified files:
. : ChangeLog
Log message:
2006-11-08 Jie Zhang <jie.zhang@analog.com>
* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.680&r2=1.681
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-09-05 18:17 pbrook
0 siblings, 0 replies; 65+ messages in thread
From: pbrook @ 2006-09-05 18:17 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Branch: binutils-csl-2_17-branch
Changes by: pbrook@sourceware.org 2006-09-05 18:17:57
Modified files:
. : ChangeLog
Log message:
2006-09-05 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
and vacle.
gas/testsuite/
* gas/arm/neon-cov.d: Adjust expected output.
* gas/arm/neon-omit.s: Add tests for vcgt and vcle. Reorder vacle
and vacle.
* gas/arm/neon-omit.d: Adjust expected output.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.640.2.1&r2=1.640.2.2
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-06-15 11:03 shinwell
0 siblings, 0 replies; 65+ messages in thread
From: shinwell @ 2006-06-15 11:03 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: shinwell@sourceware.org 2006-06-15 11:03:00
Modified files:
. : ChangeLog
Log message:
* include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
to R_ARM_LDC_SB_G{0,1,2} respectively.
bfd/
* bfd-in2.h: Regenerate.
* elf32-arm.c (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0,
R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1, R_ARM_ALU_PC_G2,
R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2, R_ARM_LDRS_PC_G0,
R_ARM_LDRS_PC_G1, R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0,
R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2, R_ARM_ALU_SB_G0_NC,
R_ARM_ALU_SB_G0, R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1,
R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1,
R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0, R_ARM_LDRS_SB_G1,
R_ARM_LDRS_SB_G2, R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1,
R_ARM_LDC_SB_G2): New relocation types.
(R_ARM_PC13): Rename to AAELF name R_ARM_LDR_PC_G0 and
adjust HOWTO entry to be consistent with R_ARM_LDR_PC_G1
and friends.
(elf32_arm_howto_table_3): Delete; contents merged into
elf32_arm_howto_table_2.
(elf32_arm_howto_from_type): Adjust correspondingly.
(elf32_arm_reloc_map): Extend with the above relocations.
(calculate_group_reloc_mask): New function.
(identify_add_or_sub): New function.
(elf32_arm_final_link_relocate): Support for the above
relocations.
* reloc.c: Add enumeration entries for BFD_RELOC_ARM_...
codes to correspond to the above relocations.
gas/
* config/tc-arm.c (enum parse_operand_result): New.
(struct group_reloc_table_entry): New.
(enum group_reloc_type): New.
(group_reloc_table): New array.
(find_group_reloc_table_entry): New function.
(parse_shifter_operand_group_reloc): New function.
(parse_address_main): New function, incorporating code
from the old parse_address function. To be used via...
(parse_address): wrapper for parse_address_main; and
(parse_address_group_reloc): new function, likewise.
(enum operand_parse_code): New codes OP_SHG, OP_ADDRGLDR,
OP_ADDRGLDRS, OP_ADDRGLDC.
(parse_operands): Support for these new operand codes.
New macro po_misc_or_fail_no_backtrack.
(encode_arm_cp_address): Preserve group relocations.
(insns): Modify to use the above operand codes where group
relocations are permitted.
(md_apply_fix): Handle the group relocations
ALU_PC_G0_NC through LDC_SB_G2.
(tc_gen_reloc): Likewise.
(arm_force_relocation): Leave group relocations for the linker.
(arm_fix_adjustable): Likewise.
gas/testsuite/
* gas/arm/group-reloc-alu.d: New test.
* gas/arm/group-reloc-alu-encoding-bad.d: New test.
* gas/arm/group-reloc-alu-encoding-bad.l: New test.
* gas/arm/group-reloc-alu-encoding-bad.s: New test.
* gas/arm/group-reloc-alu-parsing-bad.d: New test.
* gas/arm/group-reloc-alu-parsing-bad.l: New test.
* gas/arm/group-reloc-alu-parsing-bad.s: New test.
* gas/arm/group-reloc-alu.s: New test.
* gas/arm/group-reloc-ldc.d: New test.
* gas/arm/group-reloc-ldc-encoding-bad.d: New test.
* gas/arm/group-reloc-ldc-encoding-bad.l: New test.
* gas/arm/group-reloc-ldc-encoding-bad.s: New test.
* gas/arm/group-reloc-ldc-parsing-bad.d: New test.
* gas/arm/group-reloc-ldc-parsing-bad.l: New test.
* gas/arm/group-reloc-ldc-parsing-bad.s: New test.
* gas/arm/group-reloc-ldc.s: New test.
* gas/arm/group-reloc-ldr.d: New test.
* gas/arm/group-reloc-ldr-encoding-bad.d: New test.
* gas/arm/group-reloc-ldr-encoding-bad.l: New test.
* gas/arm/group-reloc-ldr-encoding-bad.s: New test.
* gas/arm/group-reloc-ldr-parsing-bad.d: New test.
* gas/arm/group-reloc-ldr-parsing-bad.l: New test.
* gas/arm/group-reloc-ldr-parsing-bad.s: New test.
* gas/arm/group-reloc-ldr.s: New test.
* gas/arm/group-reloc-ldrs.d: New test.
* gas/arm/group-reloc-ldrs-encoding-bad.d: New test.
* gas/arm/group-reloc-ldrs-encoding-bad.l: New test.
* gas/arm/group-reloc-ldrs-encoding-bad.s: New test.
* gas/arm/group-reloc-ldrs-parsing-bad.d: New test.
* gas/arm/group-reloc-ldrs-parsing-bad.l: New test.
* gas/arm/group-reloc-ldrs-parsing-bad.s: New test.
* gas/arm/group-reloc-ldrs.s: New test.
ld/testsuite/
* ld-arm/group-relocs-alu-bad.d: New test.
* ld-arm/group-relocs-alu-bad.s: New test.
* ld-arm/group-relocs.d: New test.
* ld-arm/group-relocs-ldc-bad.d: New test.
* ld-arm/group-relocs-ldc-bad.s: New test.
* ld-arm/group-relocs-ldr-bad.d: New test.
* ld-arm/group-relocs-ldr-bad.s: New test.
* ld-arm/group-relocs-ldrs-bad.d: New test.
* ld-arm/group-relocs-ldrs-bad.s: New test.
* ld-arm/group-relocs.s: New test.
* ld-arm/arm-elf.exp: Wire in new tests.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.661&r2=1.662
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-06-15 6:25 bonzini
0 siblings, 0 replies; 65+ messages in thread
From: bonzini @ 2006-06-15 6:25 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: bonzini@sourceware.org 2006-06-15 06:25:49
Modified files:
. : ChangeLog
Log message:
remove conflict indicators
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.660&r2=1.661
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2006-05-02 0:58 dj
0 siblings, 0 replies; 65+ messages in thread
From: dj @ 2006-05-02 0:58 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sourceware.org 2006-05-02 00:58:33
Modified files:
. : ChangeLog
Log message:
Fix typo.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.645&r2=1.646
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2005-11-28 3:29 drow
0 siblings, 0 replies; 65+ messages in thread
From: drow @ 2005-11-28 3:29 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: drow@sourceware.org 2005-11-28 03:29:08
Modified files:
. : ChangeLog
Log message:
Fix changelog typo.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.620&r2=1.621
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2005-07-27 18:55 mmitchel
0 siblings, 0 replies; 65+ messages in thread
From: mmitchel @ 2005-07-27 18:55 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: mmitchel@sourceware.org 2005-07-27 18:55:36
Modified files:
. : ChangeLog
Log message:
Remove bogus ChangeLog entry
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.599&r2=1.600
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2005-07-18 5:45 bje
0 siblings, 0 replies; 65+ messages in thread
From: bje @ 2005-07-18 5:45 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: bje@sourceware.org 2005-07-18 05:45:51
Modified files:
. : ChangeLog
Log message:
Typo fix.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.596&r2=1.597
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2004-12-02 23:51 echristo
0 siblings, 0 replies; 65+ messages in thread
From: echristo @ 2004-12-02 23:51 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: echristo@sourceware.org 2004-12-02 23:51:19
Modified files:
. : ChangeLog
Log message:
Use correct ChangeLog entry.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.542&r2=1.543
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2004-11-08 15:26 dje
0 siblings, 0 replies; 65+ messages in thread
From: dje @ 2004-11-08 15:26 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dje@sourceware.org 2004-11-08 15:26:23
Modified files:
. : ChangeLog
Log message:
* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
like CC.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.533&r2=1.534
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2004-08-09 3:01 neroden
0 siblings, 0 replies; 65+ messages in thread
From: neroden @ 2004-08-09 3:01 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: neroden@sourceware.org 2004-08-09 03:01:56
Modified files:
. : ChangeLog
Log message:
Lost ChangeLog entry:
2004-08-01 Robert Millan <robertmh@gnu.org>
* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
libmudflap for all GNU-based systems (with Glibc).
* configure: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.504&r2=1.505
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2004-05-18 2:01 zack
0 siblings, 0 replies; 65+ messages in thread
From: zack @ 2004-05-18 2:01 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: zack@sourceware.org 2004-05-18 02:01:00
Modified files:
. : ChangeLog
Log message:
* Makefile.def, Makefile.tpl, configure.in: Remove all mention
of libf2c.
* configure, Makefile.in: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.482&r2=1.483
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2003-06-23 0:43 hp
0 siblings, 0 replies; 65+ messages in thread
From: hp @ 2003-06-23 0:43 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: hp@sourceware.org 2003-06-23 00:43:42
Modified files:
. : ChangeLog
Log message:
Forgot 'configure' item.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.400&r2=1.401
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2003-06-12 16:47 ths
0 siblings, 0 replies; 65+ messages in thread
From: ths @ 2003-06-12 16:47 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: ths@sourceware.org 2003-06-12 16:47:09
Modified files:
. : ChangeLog
Log message:
* MAINTAINERS: Add myself as MIPS co-maintainer.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.395&r2=1.396
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2003-05-21 9:49 macro
0 siblings, 0 replies; 65+ messages in thread
From: macro @ 2003-05-21 9:49 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: macro@sourceware.org 2003-05-21 09:48:08
Modified files:
. : ChangeLog
Log message:
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
* configure: Regenerate.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.381&r2=1.382
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2003-03-04 8:36 neroden
0 siblings, 0 replies; 65+ messages in thread
From: neroden @ 2003-03-04 8:36 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: neroden@sourceware.org 2003-03-04 08:36:41
Modified files:
. : ChangeLog
Log message:
Really commit it... dunno what happened last time.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.360&r2=1.361
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2002-12-26 21:31 cgf
0 siblings, 0 replies; 65+ messages in thread
From: cgf @ 2002-12-26 21:31 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: cgf@sourceware.org 2002-12-26 21:31:29
Modified files:
. : ChangeLog
Log message:
* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
* fhandler_console.cc (fhandler_console::send_winch_maybe): If appropriate,
call tty master function to handle screen size change.
* fhandler_tty.cc (fhandler_tty_master::set_winsize): New function.
(fhandler_tty_master::init): Call set_winsize to set initial screen size.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.318&r2=1.319
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2002-12-26 19:54 cgf
0 siblings, 0 replies; 65+ messages in thread
From: cgf @ 2002-12-26 19:54 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: cgf@sourceware.org 2002-12-26 19:54:59
Modified files:
. : ChangeLog
Log message:
* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to that
of console in which tty is operating.
(process_input): Semi-revert previous change. Need to just use current
terminfo settings since this function is running in a thread, blocked when the
terminfo changes.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.317&r2=1.318
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2002-07-01 16:18 dj
0 siblings, 0 replies; 65+ messages in thread
From: dj @ 2002-07-01 16:18 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: dj@sources.redhat.com 2002-07-01 16:18:33
Modified files:
. : ChangeLog
Log message:
Remove redundant entry.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.231&r2=1.232
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2002-06-18 14:34 brolley
0 siblings, 0 replies; 65+ messages in thread
From: brolley @ 2002-06-18 14:34 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sources.redhat.com 2002-06-18 14:34:36
Modified files:
. : ChangeLog
Log message:
2002-06-18 Dave Brolley <brolley@redhat.com>
* configure.in: Add support for frv.
* config.sub: Add support for frv.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.221&r2=1.222
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2001-11-08 18:21 geoffk
0 siblings, 0 replies; 65+ messages in thread
From: geoffk @ 2001-11-08 18:21 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: geoffk@sources.redhat.com 2001-11-26 14:51:51
Modified files:
. : ChangeLog
Log message:
* config.sub: Update to version 1.232 on subversion.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.156&r2=1.157
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2001-09-26 18:08 cagney
0 siblings, 0 replies; 65+ messages in thread
From: cagney @ 2001-09-26 18:08 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Branch: gdb_s390-2001-09-26-branch
Changes by: cagney@sources.redhat.com 2001-09-26 18:08:40
Modified files:
. : ChangeLog
Log message:
ChangeLogs for:
http://www10.software.ibm.com/developerworks/opensource/linux390/exp_src.html
Patch: gdb-5.1pre-050901-s390.tar.gz (09/11/2001)
MD5: 886251f3719a754dd65a69df462ceac1
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_s390-2001-09-26-branch&r1=1.137&r2=1.137.4.1
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2001-01-22 2:49 aj
0 siblings, 0 replies; 65+ messages in thread
From: aj @ 2001-01-22 2:49 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: aj@sources.redhat.com 2001-01-22 02:49:20
Modified files:
. : ChangeLog
Log message:
Give credit for the last change to Philip instead of to Maciej.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.97&r2=1.98
^ permalink raw reply [flat|nested] 65+ messages in thread
* src ChangeLog
@ 2000-11-22 23:49 aoliva
0 siblings, 0 replies; 65+ messages in thread
From: aoliva @ 2000-11-22 23:49 UTC (permalink / raw)
To: src-cvs
CVSROOT: /cvs/src
Module name: src
Changes by: aoliva@sources.redhat.com 2000-11-22 23:49:24
Modified files:
. : ChangeLog
Log message:
* ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.90&r2=1.91
^ permalink raw reply [flat|nested] 65+ messages in thread
end of thread, other threads:[~2013-06-01 7:14 UTC | newest]
Thread overview: 65+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-07 19:25 src ChangeLog rwild
-- strict thread matches above, loose matches on Subject: below --
2013-06-01 7:14 denisc
2013-01-12 3:46 jbglaw
2013-01-11 13:10 jbglaw
2012-09-17 20:39 wrighton
2012-09-12 20:01 wrighton
2012-05-14 19:45 jwlemke
2011-05-17 21:28 brobecke
2011-03-18 17:43 dje
2010-12-17 22:09 jjohnstn
2010-12-14 14:50 hjl
2010-12-14 10:23 kwerner
2010-12-06 13:00 aoliva
2010-11-23 0:34 brobecke
2010-11-23 0:29 brobecke
2010-02-12 20:18 dgutson
2010-02-12 20:15 dgutson
2009-04-24 14:28 eliz
2009-04-16 17:11 nickc
2009-03-16 12:50 ams
2009-03-16 12:41 ams
2009-01-16 8:07 amodra
2008-12-21 12:45 rwild
2008-08-28 10:44 gingold
2008-04-04 11:16 nickc
2008-03-19 10:29 krebbel
2008-03-06 12:01 krebbel
2007-11-15 7:11 vprus
2007-11-15 6:52 vprus
2007-11-15 6:46 vprus
2007-11-15 6:28 vprus
2007-11-15 6:24 vprus
2007-11-15 6:14 vprus
2007-06-01 13:44 hjl
2007-04-20 12:15 shinwell
2007-04-20 12:13 shinwell
2007-03-22 16:02 hjl
2007-03-22 14:21 macro
2007-02-13 14:46 bonzini
2007-01-09 7:40 nickc
2006-12-24 2:48 kazu
2006-11-09 16:25 jjohnstn
2006-09-05 18:17 pbrook
2006-06-15 11:03 shinwell
2006-06-15 6:25 bonzini
2006-05-02 0:58 dj
2005-11-28 3:29 drow
2005-07-27 18:55 mmitchel
2005-07-18 5:45 bje
2004-12-02 23:51 echristo
2004-11-08 15:26 dje
2004-08-09 3:01 neroden
2004-05-18 2:01 zack
2003-06-23 0:43 hp
2003-06-12 16:47 ths
2003-05-21 9:49 macro
2003-03-04 8:36 neroden
2002-12-26 21:31 cgf
2002-12-26 19:54 cgf
2002-07-01 16:18 dj
2002-06-18 14:34 brolley
2001-11-08 18:21 geoffk
2001-09-26 18:08 cagney
2001-01-22 2:49 aj
2000-11-22 23:49 aoliva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).