include/opcode/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
86a3263f
TT
12013-02-28 Tom Tromey <tromey@redhat.com>
2
3 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
4 TRY_CATCH.
5
81b52a3a
TT
62013-02-28 Tom Tromey <tromey@redhat.com>
7
8 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9
d50a0ce2
CV
102013-02-27 Corinna Vinschen <vinschen@redhat.com>
11
12 * windows-nat.c: Throughout, fix format strings and casts of
13 printf-like functions to avoid type related warnings on all
14 platforms.
15 (handle_output_debug_string): Fetch context information address
16 from debug string using string_to_core_addr.
17
e1f58301
JW
182013-02-27 Jiong Wang <jiwang@tilera.com>
19
20 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
21 * regformats/reg-tilegx32.dat: New.
22
4fcd89fc
JW
232013-02-27 Jiong Wang <jiwang@tilera.com>
24
25 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
26
748d24e6
JW
272013-02-27 Jiong Wang <jiwang@tilera.com>
28
29 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
30
6c8e944d
YQ
312013-02-27 Yao Qi <yao@codesourcery.com>
32 Pedro Alves <palves@redhat.com>
33
34 * tracepoint.c (tfile_trace_find): For tfind
35 pc/tp/range/outside, look for the next trace frame instead of
36 always starting from frame 0.
37
acd7db30
AG
382013-02-26 Anthony Green <green@moxielogic.com>
39
40 * configure.tgt: Add support for moxie-*-rtems* target.
41
025e6dce
PA
422013-02-25 Pedro Alves <palves@redhat.com>
43
44 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
45 warning text.
46
ca9c94ef
MR
472013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
48
49 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
50 if $fp is used as the virtual frame pointer.
51
24c274a1
AM
522013-02-23 Alan Modra <amodra@gmail.com>
53
54 * elfread.c (elf_symtab_read): Do not use udata.p here to find
55 symbol size.
56 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
57 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
58 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
59 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
60
bfada189
JK
612013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
62
63 Code cleanup.
64 * elfread.c (build_id_bfd_get): Make the return type const.
65 (build_id_verify): Make the check parameter const.
66 (build_id_to_debug_filename): Make the build_id parameter and variable
67 data const.
68 (find_separate_debug_file_by_buildid): Make the variable build_id const.
69
c0355132
AM
702013-02-21 Alan Modra <amodra@gmail.com>
71
72 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
73
9f44fbc0
SCR
742013-02-20 Siva Chandra Reddy <sivachandra@google.com>
75
76 Add a new method 'disassemble' to gdb.Architecture class.
77 * python/py-arch.c (archpy_disassmble): Implementation of the
78 new method gdb.Architecture.disassemble.
79 (arch_object_methods): Add entry for the new method.
80
b74ea3eb
JW
812013-02-20 Jiong Wang <jiwang@tilera.com>
82
83 * MAINTAINERS (Write After Approval): Add myself to the list.
84
61a672f1
PA
852013-02-19 Pedro Alves <palves@redhat.com>
86
87 Garbage collect 'struct monitor_ops'::load_routine.
88
89 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
90 * monitor.c (monitor_load): No longer call
91 current_monitor->load_routine.
92 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
93 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
94 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
95
40e397df
PA
962013-02-19 Pedro Alves <palves@redhat.com>
97
98 PR gdb/15161
99
100 Harmonize with generic_load.
101
102 * monitor.c: Include "readline/readline.h".
103 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
104 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
105 long/strtol for the 'load_offset' local. Error out if no argument
106 is given or if too many arguments are given. Tilde expand the
107 passed in file name.
108
f698ca8e
KT
1092013-02-19 Kai Tietz <ktietz@redhat.com>
110
111 PR gdb/15161
112 * symfile.c (load_section_data): Change type of load_offset
113 to CORE_ADDR.
114 (generic_load): User strtoulst instead of strtoul for conversion
115 of load_offset.
116
3361b059
WL
1172013-02-19 Jiong Wang <jiwang@tilera.com>
118
119 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
120 for return address, "lr" register, saved on stack.
121 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
122 after we invoke tilegx_analyze_prologue.
123
3e9d5130
WL
1242013-02-19 Jiong Wang <jiwang@tilera.com>
125
bb1bcd86
WL
126 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
127
3361b059 1282013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 129
b74ea3eb 130 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 131
4aaf2503
WL
1322013-02-19 Jiong Wang <jiwang@tilera.com>
133
b74ea3eb 134 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
135 (tilegx_write_pc): New function.
136 (tilegx_cannot_reference_register): Return zero if REGNO
137 is TILEGX_FAULTNUM_REGNUM.
138 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
139 (tilegx_register_name): Add handling of "faultnum" register.
140 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
141 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
142 handling of TILEGX_FAULTNUM_REGNUM.
143 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
144
bc23a956
WL
1452013-02-19 Jiong Wang <jiwang@tilera.com>
146
147 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 148 should be aligned to 64bit.
bc23a956 149
42f45f1a
KT
1502013-02-19 Kai Tietz <ktietz@redhat.com>
151
152 * windows-nat.c (windows_xfer_memory): Fix debug-output
153 for LLP64.
154
6ce4c112
LL
1552013-02-19 Lei Liu <lei.liu2@windriver.com>
156
157 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
158 Don't check DSP register number if HAVE_DSP is not set.
159
30e8ee25
AM
1602013-02-19 Alan Modra <amodra@gmail.com>
161
162 * elfread.c (struct build_id): Delete. Use struct elf_build_id
163 throughout file instead.
164 (build_id_bfd_get): Update to use new elf_tdata build_id field.
165 Don't xmalloc return value.
166 (build_id_verify): Similarly. Don't xfree.
167 (build_id_to_debug_filename): Update.
168 (find_separate_debug_file_by_buildid): Update, don't xfree.
169
4c9ad8c2
TT
1702013-02-18 Tom Tromey <tromey@redhat.com>
171
172 PR gdb/15102:
173 * dwarf2read.c (read_subrange_type): Use result of
174 'check_typedef'.
175
983dc440
YQ
1762013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
177
178 * frame.c: Remove one extra white space after #include
179 directive.
180
7fb2b84a
JK
1812013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
184
edceb2a9
JK
1852013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
188 and dir commands into an if block.
189
e81b7af8
TT
1902013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
191
192 * python/py-breakpoint (struct pybp_code): Use int instead of
193 enum type_code.
194
f5911ea1
HAQ
1952013-02-15 Pedro Alves <pedro@codesourcery.com>
196 Hafiz Abid Qadeer <abidh@codesourcery.com>
197
198 * NEWS: Mention new field "trace-file".
199 * tracepoint.c (trace_status_mi): Output "trace-file" field.
200 (tfile_open): Record the trace file's filename in the trace
201 status.
202 (tfile_files_info): Mention the name of the trace file.
203 Check the "filename" field explicitely.
204 (trace_status_command): Explicitely check "filename" field.
205 (trace_find_command): Ditto.
206 (trace_find_pc_command): Ditto.
207 (trace_find_tracepoint_command): Ditto.
208 (trace_find_line_command): Ditto.
209 (trace_find_range_command): Ditto.
210 (trace_find_outside_command): Ditto.
211 * tracepoint.h (struct trace_status) <from_file>: Rename it
212 to "filename" and make it hold the trace file's filename
213 instead of a boolean.
214 * remote.c (remote_get_trace_status): Initialize "filename"
215 field with NULL instead of 0.
216
796cb314
YQ
2172013-02-15 Yao Qi <yao@codesourcery.com>
218
219 * remote.c: Fix a typo.
220
42e79b1d
PM
2212013-02-14 Pierre Muller <muller@sourceware.org>
222
223 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
224
baea0dae
PA
2252013-02-14 Pedro Alves <palves@redhat.com>
226
227 * utils.c (savestring): Don't #undef it. Move function to
228 common/common-utils.c.
229 * common/common-utils.c: Include gdb_string.h.
230 (savestring): Move here from utils.c.
231 * common/common-utils.h (savestring): Declare.
232
57c3b6ed
PA
2332013-02-14 Pedro Alves <palves@redhat.com>
234
235 * utils.c (savestring): Rename parameter 'size' to 'len'.
236
d6c44983
YZ
2372013-02-14 Pedro Alves <palves@redhat.com>
238 Yufeng Zhang <yufeng.zhang@arm.com>
239
240 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
241 (aarch64_inferior_data, struct aarch64_inferior_data):
242 Delete.
243 (struct aarch64_process_info): New.
244 (aarch64_process_list): New global.
245 (aarch64_find_process_pid, aarch64_add_process)
246 (aarch64_process_info_get): New functions.
247 (aarch64_inferior_data_get): Delete.
248 (aarch64_process_info_get): New function.
249 (aarch64_forget_process): New function.
250 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
251 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
252 aarch64_get_debug_reg_state.
253 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
254 instead of linux_nat_iterate_watchpoint_lwps.
255 (aarch64_linux_new_fork): New function.
256 (aarch64_linux_child_post_startup_inferior): Use
257 aarch64_forget_process instead of aarch64_init_debug_reg_state.
258 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
259 (aarch64_linux_remove_hw_breakpoint)
260 (aarch64_handle_aligned_watchpoint)
261 (aarch64_handle_unaligned_watchpoint)
262 (aarch64_linux_insert_watchpoint)
263 (aarch64_linux_remove_watchpoint)
264 (aarch64_linux_stopped_data_address): Adjust to pass the current
265 process id to aarch64_debug_reg_state.
266 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
267 linux_nat_new_fork hook, and aarch64_forget_process as
268 linux_nat_forget_process hook; remove the call to
269 register_inferior_data_with_cleanup.
270
4819b3f8
PA
2712013-02-14 Pedro Alves <palves@redhat.com>
272
273 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
274 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
275 lval_memory.
276
1773c82c
HAQ
2772013-02-14 Pedro Alves <pedro@codesourcery.com>
278 Hafiz Abid Qadeer <abidh@codesourcery.com>
279
280 * tracepoint.h (validate_trace_state_variable_name): Declare.
281 * tracepoint.c (validate_trace_state_variable_name): New.
282 (trace_variable_command): Parse the trace state variable's name
283 without using parse_expression. Do several validations.
284 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
285 trace state variable's name with parse_expression. Validate it.
286
53778a97
YQ
2872013-02-14 Yao Qi <yao@codesourcery.com>
288
289 * infcmd.c (breakpoint_proceeded): Remove it.
290
7b3ae3a6
YQ
2912013-02-14 Yao Qi <yao@codesourcery.com>
292
293 * tracepoint.c (end_actions_pseudocommand): Make it static.
294 (while_stepping_pseudocommand): Likewise.
295 * tracepoint.h (end_actions_pseudocommand): Remove the
296 declaration.
297 (while_stepping_pseudocommand): Likewise.
298
64580925
YQ
2992013-02-14 Yao Qi <yao@codesourcery.com>
300
301 * cli/cli-decode.c (help_cmd): Remove the declaration of
302 "cmdlist".
303 (help_all): Likewise.
304
26cb8b7c
PA
3052013-02-13 Pedro Alves <palves@redhat.com>
306
307 * amd64-linux-nat.c (update_debug_registers_callback):
308 Update comment.
309 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
310 iterate_over_lwps.
311 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
312 i386_debug_reg_state.
313 (amd64_linux_new_fork): New function.
314 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
315 linux_nat_new_fork hook, and i386_forget_process as
316 linux_nat_forget_process hook.
317 * i386-linux-nat.c (update_debug_registers_callback):
318 Update comment.
a8256ea1 319 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
320 iterate_over_lwps.
321 (i386_linux_prepare_to_resume): Pass the lwp's pid to
322 i386_debug_reg_state.
323 (i386_linux_new_fork): New function.
324 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
325 linux_nat_new_fork hook, and i386_forget_process as
326 linux_nat_forget_process hook.
327 * i386-nat.c (i386_init_dregs): Delete.
328 (i386_inferior_data, struct i386_inferior_data):
329 Delete.
330 (struct i386_process_info): New.
331 (i386_process_list): New global.
332 (i386_find_process_pid, i386_add_process, i386_process_info_get):
333 New functions.
334 (i386_inferior_data_get): Delete.
335 (i386_process_info_get): New function.
336 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
337 (i386_forget_process): New function.
338 (i386_cleanup_dregs): Rewrite.
339 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
340 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
341 (i386_stopped_data_address, i386_insert_hw_breakpoint)
342 (i386_remove_hw_breakpoint): Adjust to pass the current process id
343 to i386_debug_reg_state.
344 (i386_use_watchpoints): Don't register inferior data.
345 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
346 adjust comment.
347 (i386_forget_process): Declare.
348 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
349 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
350 New static globals.
351 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
352 (add_initial_lwp): New, factored out from ...
353 (add_lwp): ... this. Don't check the number of lwps before
354 calling linux_nat_new_thread.
355 (linux_nat_iterate_watchpoint_lwps): Delete.
356 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
357 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
358 forks and vforks.
359 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
360 initial lwp.
361 (linux_nat_kill, linux_nat_mourn_inferior): Call
362 linux_nat_forget_process.
363 (linux_nat_set_new_fork, linux_nat_set_forget_process)
364 (linux_nat_forget_process): New functions.
365 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
366 type.
367 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
368 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
369 types.
370 (linux_nat_set_new_fork, linux_nat_set_forget_process)
371 (linux_nat_forget_process): New declarations.
372
373 * amd64fbsd-nat.c (super_mourn_inferior): New global.
374 (amd64fbsd_mourn_inferior): New function.
375 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
376 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
377
5befea72
MS
3782013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
379
55015247
YQ
380 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
381 Adding _().
5befea72 382
1d3ffd6b
MS
3832013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
384
385 * aarch64-linux-nat.c (debug_reg_change_callback)
386 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
387 %s and phex().
388
6eb04473
MS
3892013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
390
391 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
392 with LONGEST.
393
a016fc87
HAQ
3942013-02-13 Pedro Alves <palves@redhat.com>
395 Hafiz Abid Qadeer <abidh@codesourcery.com>
396
397 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
398
e234dfaf
TT
3992013-02-12 Tom Tromey <tromey@redhat.com>
400
401 PR symtab/11464:
402 * c-exp.y (lex_one_token): Initialize other fields of yylval on
403 NAME return.
404 (classify_inner_name): Remove 'first_name' argument, add
405 'context'. Remove unused variable.
406 (yylex): Explicitly maintain the context type. Exit loop earlier
407 if NAME result is seen.
408
0b1afbb3
PA
4092013-02-12 Pedro Alves <palves@redhat.com>
410
411 * amd64-darwin-tdep.c: Add (C) after Copyright.
412 * cli/cli-cmds.h: Ditto.
413 * cli/cli-decode.c: Ditto.
414 * cli/cli-decode.h: Ditto.
415 * cli/cli-dump.c: Ditto.
416 * cli/cli-dump.h: Ditto.
417 * cli/cli-interp.c: Ditto.
418 * cli/cli-logging.c: Ditto.
419 * cli/cli-script.c: Ditto.
420 * cli/cli-script.h: Ditto.
421 * cli/cli-setshow.c: Ditto.
422 * cli/cli-setshow.h: Ditto.
423 * cli/cli-utils.c: Ditto.
424 * cli/cli-utils.h: Ditto.
425 * config/alpha/nm-osf3.h: Ditto.
426 * config/djgpp/djconfig.sh: Ditto.
427 * config/i386/nm-fbsd.h: Ditto.
428 * config/i386/nm-i386gnu.h: Ditto.
429 * config/nm-linux.h: Ditto.
430 * config/nm-nto.h: Ditto.
431 * config/rs6000/nm-rs6000.h: Ditto.
432 * config/sparc/nm-sol2.h: Ditto.
433 * darwin-nat-info.c: Ditto.
434 * dfp.c: Ditto.
435 * dfp.h: Ditto.
436 * gdb-demangle.h: Ditto.
437 * i386-darwin-nat.c: Ditto.
438 * i386-darwin-tdep.c: Ditto.
439 * linux-fork.h: Ditto.
440 * m32c-tdep.c: Ditto.
441 * microblaze-linux-tdep.c: Ditto.
442 * microblaze-rom.c: Ditto.
443 * microblaze-tdep.c: Ditto.
444 * microblaze-tdep.h: Ditto.
445 * mips-linux-tdep.h: Ditto.
446 * ppc-ravenscar-thread.c: Ditto.
447 * ppc-ravenscar-thread.h: Ditto.
448 * prologue-value.c: Ditto.
449 * prologue-value.h: Ditto.
450 * ravenscar-thread.c: Ditto.
451 * ravenscar-thread.h: Ditto.
452 * sparc-ravenscar-thread.c: Ditto.
453 * sparc-ravenscar-thread.h: Ditto.
454 * tilegx-linux-tdep.c: Ditto.
455 * unwind_stop_reasons.def: Ditto.
456 * windows-nat.h: Ditto.
457 * xtensa-linux-tdep.c: Ditto.
458 * xtensa-xtregs.c: Ditto.
459 * regformats/regdat.sh: Ditto.
460 * regformats/regdef.h: Ditto.
461
6c01dd94
PA
4622013-02-12 Pedro Alves <palves@redhat.com>
463
464 * break-catch-sig.c: Update copyright years.
465
b65a2bd9
SCR
4662013-02-11 Siva Chandra Reddy <sivachandra@google.com>
467
468 Add support for a destructor for ui_out data and use it to
469 provide a ui_out destructor.
470 * ui-out.h: Declare the new ui_out destructor.
471 (ui_out_impl): Add a field for data destructor in ui_out_impl.
472 * ui-out.c (default_data_destroy): Add a default data destructor
473 which does nothing.
474 (default_ui_out_impl): Set the new data_destroy field to
475 default_data_destroy
476 (uo_data_destroy): Local function which invokes the data
477 destructor if present.
478 (clear_table): Local function which clears the table data of a
479 ui_out object.
480 (ui_out_destroy): Public function which frees a ui_out object.
481 (ui_out_table_end): Use the new clear_table function.
482 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
483 NULL.
484 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
485 to NULL.
486
c2792f5a
DE
4872013-02-11 Doug Evans <dje@google.com>
488
489 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
490 (printf_decfloat): New function. Broken out from ui_printf.
491 Remove unnecessary code to shift the entire format string down.
492 (printf_pointer): New function.
493 (ui_printf): Code to print C strings, wide C strings, decfloats,
494 and pointers moved to separate functions.
495
d9e98382
SDJ
4962013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
497
498 * valops.c (value_assign): Handling bitfield offset in
499 `lval_internalvar_component' case.
500
4ff3ce77
DE
5012013-02-08 Doug Evans <dje@google.com>
502
503 * common/format.c (parse_format_string): Fix whitespace.
504
901900c4
MGD
5052013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
506
507 * stack.c (return_command): Work around uninitialized variable
508 warning.
509
b5dbc8d4
YZ
5102013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
511
512 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
513 number of the registers from 36 to 34.
514
51d66578
MS
5152013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
516
517 * NEWS: Mention new AArch64 native and target support.
518
176b1c95
MS
5192013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
520
521 * MAINTAINERS (Write After Approval): Add myself.
522
9d19df75
MS
5232013-02-08 Jim MacArthur <jim.macarthur@arm.com>
524 Marcus Shawcroft <marcus.shawcroft@arm.com>
525 Nigel Stephens <nigel.stephens@arm.com>
526 Yufeng Zhang <yufeng.zhang@arm.com>
527
528 * aarch64-linux-nat.c: New file.
529 * config/aarch64/linux.mh: New file.
530 * configure.host: Add AArch64.
531 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
532
7e1e0340
DE
5332013-02-07 Doug Evans <dje@google.com>
534
535 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
536 disassemble command.
537
45e25a36
MS
5382013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
539
540 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
541 set_gdbarch_fetch_tls_load_module_address.
542
bbfdfe1c
DM
5432013-02-06 David S. Miller <davem@davemloft.net>
544
545 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
546 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
547 * value.c (struct_return_convention): New function.
548 (using_struct_return): Implement in terms of struct_return_convention.
549 * value.h (struct_return_convention): Declare.
550 * stack.c (return_command): Allow successful overriding of the return
551 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
552
bc9abe4a
TT
5532013-02-06 Tom Tromey <tromey@redhat.com>
554
555 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
556 outside of TRY_CATCH.
557
134a2066
YQ
5582013-02-06 Yao Qi <yao@codesourcery.com>
559
560 * mi/mi-interp.c: Include "tracepoint.h".
561 (mi_tsv_modified): Declare.
562 (mi_tsv_created, mi_tsv_deleted): Update declaration.
563 (mi_interpreter_init): Call observer_attach_tsv_modified.
564 (mi_tsv_modified): New.
565 (mi_tsv_created, mi_tsv_deleted): Update.
566 * tracepoint.c (trace_variable_command): Call
567 observer_notify_tsv_modified if the initial value of tsv is
568 changed.
569 (delete_trace_state_variable): Call
570 observer_notify_tsv_deleted earlier.
571 (trace_variable_command): Caller update.
572 (create_tsv_from_upload): Likewise.
573 * observer.sh: Declare "struct trace_state_variable".
574
575 * NEWS: Mention the new MI notification "=tsv-modified".
576
59be2b6a
DE
5772013-02-05 Doug Evans <dje@google.com>
578
579 * completer.c (location_completer): Fix typo in comment.
580
d30113d4
JK
5812013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
582
583 * breakpoint.c (add_location_to_breakpoint): Insert the location with
584 ADDRESS sorted.
585
14ac654f
MS
5862013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
587
588 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
589 Refactor if statement to avoid trailing || operator.
590
543bf33d
AT
5912013-02-05 Andreas Tobler <andreast@fgznet.ch>
592
593 * NEWS: Add PowerPC FreeBSD as a new native configuration.
594
dc18f110
AT
5952013-02-04 Andreas Tobler <andreast@fgznet.ch>
596
597 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
598 * configure.host: Add powerpc*-*-freebsd* target.
599 * configure.tgt: Add target info for powerpc*-*-freebsd*.
600 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
601 * config/powerpc/fbsd.mh: New file.
602
b3ac9c77
SDJ
6032013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
604 Denys Vlasenko <dvlasenk@redhat.com>
605 Pedro Alves <palves@redhat.com>
606
607 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
608 (struct elf_internal_linux_prpsinfo): Forward declare.
609 * gdbarch.h, gdbarch.c: Regenerate.
610 * linux-tdep.c: Include `cli/cli-utils.h'.
611 (linux_fill_prpsinfo): New function.
612 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
613 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
614 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
615 depending on gdbarch pointer bitness.
616 * ppc-linux-tdep.c: Include elf-bfd.h.
617 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
618 on 32-bit.
619
176eb98c
MS
6202013-02-04 Jim MacArthur <jim.macarthur@arm.com>
621 Marcus Shawcroft <marcus.shawcroft@arm.com>
622 Nigel Stephens <nigel.stephens@arm.com>
623 Yufeng Zhang <yufeng.zhang@arm.com>
624
625 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
626
cf0dbd6f
MS
6272013-02-04 Jim MacArthur <jim.macarthur@arm.com>
628 Marcus Shawcroft <marcus.shawcroft@arm.com>
629 Nigel Stephens <nigel.stephens@arm.com>
630 Yufeng Zhang <yufeng.zhang@arm.com>
631
632 * aarch64-newlib-tdep.c: New file.
633 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
634 aarch64*-*-elf.
635 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
636 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
637 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
638 * osabi.c (gdb_osabi_names): Add "Newlib".
639
1ae3db19
MS
6402013-02-04 Jim MacArthur <jim.macarthur@arm.com>
641 Marcus Shawcroft <marcus.shawcroft@arm.com>
642 Nigel Stephens <nigel.stephens@arm.com>
643 Yufeng Zhang <yufeng.zhang@arm.com>
644
645 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
646 (ALLDEPFILES): Add aarch64-linux-tdep.c.
647 * aarch64-linux-tdep.c: New file.
648 * aarch64-linux-tdep.h: New file.
649 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
650 * configure.tgt: Add aarch64-none-linux-gnu.
651
07b287a0
MS
6522013-02-04 Jim MacArthur <jim.macarthur@arm.com>
653 Marcus Shawcroft <marcus.shawcroft@arm.com>
654 Nigel Stephens <nigel.stephens@arm.com>
655 Yufeng Zhang <yufeng.zhang@arm.com>
656
657 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
658 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
659 (ALLDEPFILES): Add aarch64-tdep.c.
660 * aarch64-tdep.c: New file.
661 * aarch64-tdep.h: New file.
662 * configure.tgt: Add AArch64.
663 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
664 (aarch64-expedite): New definition.
665 * features/aarch64-core.xml: New file.
666 * features/aarch64-fpu.xml: New file.
667 * features/aarch64-without-fpu.c: New file (generated).
668 * features/aarch64-without-fpu.xml: New file.
669 * features/aarch64.c: New file (generated).
670 * features/aarch64.xml: New file.
671 * regformats/aarch64-without-fpu.dat: New file (generated).
672 * regformats/aarch64.dat: New file (generated).
673
0f1b18ab
JK
6742013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * contrib/expect-read1.c: New file.
677 * contrib/expect-read1.sh: New file.
678
233d95b5
JK
6792013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
680
681 * dwarf2read.c (file_file_name): New function with code from
682 file_full_name.
683 (file_full_name): Move most of the code to file_file_name.
684 (macro_start_file): Rename variable full_name to file_name and use
685 file_file_name for it. Add comp_dir parameter to new_macro_table.
686 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
687 macro_source_file->filename access by macro_source_fullname call.
688 * macroscope.c (_initialize_macroscope): Update the new_macro_table
689 caller.
690 * macrotab.c (struct macro_table): New field comp_dir.
691 (macro_include): New variables link_fullname and source_fullname.
692 Replace any macro_source_file->filename access by macro_source_fullname
693 call.
694 (macro_lookup_inclusion): Remove the partial filenames checking code.
695 (check_for_redefinition): New variables source_fullname and
696 found_key_fullname. Replace any macro_source_file->filename access by
697 macro_source_fullname call.
698 (macro_undef): New variables source_fullname and key_fullname. Replace
699 any macro_source_file->filename access by macro_source_fullname call.
700 (macro_lookup_definition): New variables retval and source_fullname.
701 Replace any macro_source_file->filename access by macro_source_fullname
702 call.
703 (foreach_macro): New variable key_fullname. Replace any
704 macro_source_file->filename access by macro_source_fullname call.
705 (foreach_macro_in_scope): New variable datum_fullname. Replace any
706 macro_source_file->filename access by macro_source_fullname call.
707 (new_macro_table): Add parameter comp_dir. Initialize T with it.
708 (macro_source_fullname): New function.
709 * macrotab.h (struct macro_source_file): Extent the filename field
710 comment.
711 (new_macro_table): New parameter comp_dir, add a comment for it.
712 (macro_source_fullname): new declaration.
713
da235a7c
JK
7142013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
715
716 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
717 this_real_name to outer block. Use it also for
718 compare_filenames_for_search.
719 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
720 with dw2_get_real_path for file_matcher, considering also
721 BASENAMES_MAY_DIFFER.
722 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
723
fbd9ab74
JK
7242013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
727 to the file_matcher parameter. Pass 0 to it.
728 (dwarf2_create_include_psymtab): Copy also DIRNAME.
729 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
730 NULL psymtab_to_fullname result.
731 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
732 an expected filename instead.
733 (expand_symtabs_matching_via_partial): Add basenames parameter to the
734 file_matcher parameter. Call also psymtab_to_fullname, after newly
735 considering BASENAMES_MAY_DIFFER.
736 * source.c (rewrite_source_path): Remove static.
737 * source.h (rewrite_source_path): New declaration.
738 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
739 the expand_symtabs_matching field. Comment it.
740 * symtab.c (file_matches): New function comment. Add parameter
741 basenames, implement it.
742 (search_symbols_file_matches): Add basenames parameter. Update the
743 file_matches caller.
744 (search_symbols): Match FILES also against symtab_to_fullname.
745 Optimize it for BASENAMES_MAY_DIFFER.
746
56d397a3
JK
7472013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * source.c (print_source_lines_base): Print for TUI also "fullname".
750 * tui/tui-data.c (init_content_element): Change tui_locator_element
751 field to full_name.
752 * tui/tui-data.h (struct tui_locator_element): Likewise.
753 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
754 tui_update_locator_filename calls to tui_update_locator_fullname.
755 Replace symtab->filename refererence by symtab_to_fullname call.
756 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
757 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
758 field to full_name. Replace symtab->filename refererence by
759 symtab_to_fullname call.
760 (tui_show_symtab_source): Rename parameter to fullname. Change
761 tui_locator_element field to full_name.
762 * tui/tui-stack.c: Include source.h.
763 (tui_set_locator_filename): Rename the declaration to ...
764 (tui_set_locator_fullname): ... here. Rename its parameter to
765 fullname, updates its comment.
766 (tui_set_locator_info): Rename its parameter to fullname.
767 (tui_set_locator_filename): Rename the definition to ...
768 (tui_set_locator_fullname): ... here. Rename its parameter to
769 fullname, updates its comment. Change tui_locator_element field to
770 full_name.
771 (tui_set_locator_info): Rename its parameter to fullname.
772 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
773 (tui_update_locator_filename): Rename to ...
774 (tui_update_locator_fullname): ... here. Rename callee to
775 tui_set_locator_fullname.
776 (tui_show_frame_info): Replace symtab->filename refererence by
777 symtab_to_fullname call.
778 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
779 (tui_update_locator_fullname): ... here.
780 * tui/tui-winsource.c (tui_display_main): Rename the callee to
781 tui_update_locator_fullname. Replace symtab->filename refererence by
782 symtab_to_fullname call.
783 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
784 Rename the callee to tui_update_locator_fullname.
785 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
786
05cba821
JK
7872013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
788
789 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
790 by symtab_to_filename_for_display calls.
791 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
792 (clear_command): New variable sal_fullname, initialize it. Replace
793 compare_filenames_for_search by filename_cmp with sal_fullname.
794 (say_where, update_static_tracepoint): Replace symtab->filename
795 refererences by symtab_to_filename_for_display calls.
796 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
797 Likewise.
798 * dwarf2read.c: Include source.h.
799 (fixup_go_packaging): Replace symtab->filename refererences by
800 symtab_to_filename_for_display calls.
801 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
802 Replace symtab->filename refererences by symtab_to_filename_for_display
803 calls.
804 (create_sals_line_offset, convert_linespec_to_sals): New variable
805 fullname, initialize it, replace symtab->filename reference by the
806 variable.
807 * linux-fork.c: Include source.h.
808 (info_checkpoints_command): Replace symtab->filename refererences by
809 symtab_to_filename_for_display calls.
810 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
811 by symtab_to_filename_for_display calls.
812 * mdebugread.c: Include source.h.
813 (psymtab_to_symtab_1): Replace symtab->filename refererences by
814 symtab_to_filename_for_display calls.
815 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
816 (mi_cmd_file_list_exec_source_files): Likewise.
817 * printcmd.c: Include source.h.
818 (build_address_symbolic): Replace symtab->filename refererences by
819 symtab_to_filename_for_display calls.
820 * psymtab.c (partial_map_symtabs_matching_filename)
821 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
822 with psymtab_to_fullname.
823 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
824 by symtab_to_filename_for_display calls.
825 (stpy_get_filename): New variable filename, initialize it, use instead
826 of symtab->filename refererences.
827 (salpy_str): Make variable filename const char *. Replace
828 symtab->filename refererences by symtab_to_filename_for_display calls.
829 * skip.c: Include source.h and filenames.h.
830 (skip_file_command): Remove const from the symtab variable. Replace
831 symtab->filename refererences by symtab_to_fullname call.
832 (function_name_is_marked_for_skip): New variables searched_for_fullname
833 and fullname. Use them to search also with symtab's fullname.
834 * source.c (find_source_lines): Replace symtab->filename refererences
835 by symtab_to_filename_for_display calls.
836 (print_source_lines_base): New variable filename, use it instead of
837 symtab->filename. Replace symtab->filename refererences by
838 symtab_to_filename_for_display calls.
839 (line_info, forward_search_command): Replace symtab->filename
840 refererences by symtab_to_filename_for_display calls.
841 (reverse_search_command): Replace symtab->filename refererences by
842 symtab_to_filename_for_display calls. New variable filename for it.
843 * stack.c (frame_info): Likewise.
844 * symmisc.c: Include source.h.
845 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
846 (maintenance_info_symtabs): Replace symtab->filename refererences by
847 symtab_to_filename_for_display calls.
848 * symtab.c (iterate_over_some_symtabs): Call
849 compare_filenames_for_search also with symtab_to_fullname.
850 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
851 symtab->filename refererences by symtab_to_filename_for_display calls.
852 (find_line_symtab): Replace symtab->filename refererences by
853 symtab_to_filename_for_display calls.
854 (file_matches): Replace filename_cmp by compare_filenames_for_search.
855 (print_symbol_info): Make the last parameter const char *. New
856 variable s_filename. Use it in the function.
857 (symtab_symbol_info): Make the last_filename variable const char *.
858 Replace symtab->filename refererences by symtab_to_filename_for_display
859 calls.
860 (rbreak_command): New variable fullname. Use it. Replace
861 symtab->filename refererence by symtab_to_filename_for_display call.
862 * tracepoint.c (set_traceframe_context, trace_find_line_command)
863 (print_one_static_tracepoint_marker): Replace symtab->filename
864 refererences by symtab_to_filename_for_display calls.
865 * tui/tui-source.c (tui_set_source_content): New variables filename and
866 s_filename. Replace symtab->filename refererences by this variable.
867 Replace other symtab->filename refererences by
868 symtab_to_filename_for_display calls.
869
1b56eb55
JK
8702013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
871 Jan Kratochvil <jan.kratochvil@redhat.com>
872
873 Add a new variable that controls a way in which filenames are
874 displayed.
875 * NEWS (set filename-display): New entry.
876 * source.c (filename_display_basename, filename_display_relative)
877 (filename_display_absolute, filename_display_kind_names)
878 (filename_display_string, show_filename_display_string)
879 (symtab_to_filename_for_display): New.
880 (_initialize_source): Added initialization of 'filename-display'
881 variable.
882 * source.h (symtab_to_filename_for_display): Added declaration.
883 * stack.c (print_frame): Added new variable and calling of a new
884 function and condition with this variable. Changed third argument of
885 calling of a function.
886
aa079c93
JK
8872013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
890 Rename field reference filename to fullname.
891 * tui/tui-data.h (struct tui_source_info): Rename field filename to
892 fullname. New comment for it.
893 * tui/tui-source.c (tui_set_source_content): Rename field reference
894 filename to fullname. Initialize field by symtab_to_fullname now.
895 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
896 reference filename to fullname. Use symtab_to_fullname during
897 comparison.
898
652a8996
JK
8992013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
900
901 Code cleanup.
902 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
903 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
904 filename to fullname. Rename variable this_name to this_fullname.
905 Lowercase FILENAME_CMP call.
906 (dw2_find_symbol_file): New comment for the returned string.
907 (dwarf2_gdb_index_functions): Rename the function to
908 dw2_expand_symtabs_with_fullname.
909 * psymtab.c (read_psymtabs_with_filename): Rename to ...
910 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
911 fullname.
912 (psym_functions): Rename the function to read_psymtabs_with_fullname.
913 * symfile.h (struct quick_symbol_functions): Rename field
914 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
915 parameter filename to fullname. Document returned string meaning for
916 find_symbol_file.
917 * symtab.c (find_line_symtab): Rename the called function to
918 expand_symtabs_with_fullname.
919
af529f8f
JK
9202013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 Code cleanup.
923 * breakpoint.c (clear_command): Remove variable is_abs, unify the
924 call of filename_cmp with compare_filenames_for_search.
925 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
926 is_abs, unify the call of FILENAME_CMP with
927 compare_filenames_for_search. New gdb_asserts for real_path and name.
928 Unify the call of compare_filenames_for_search with FILENAME_CMP.
929 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
930 * symfile.h (struct quick_symbol_functions): Extend the comment for
931 map_symtabs_matching_filename.
932 * symtab.c (compare_filenames_for_search): Remove the function comment
933 relative path requirement. Handle absolute filenames, with a comment.
934 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
935 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
936 real_path and name. Unify the call of compare_filenames_for_search
937 with FILENAME_CMP.
938 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
939
2f202fde
JK
9402013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 Code cleanup.
943 * breakpoint.c (print_breakpoint_location): Replace bp_location field
944 source_file references by symtab field references. Remove variables
945 sal and fullname.
946 (momentary_breakpoint_from_master, add_location_to_breakpoint):
947 (clear_command, say_where): Replace bp_location field source_file
948 references by symtab field references.
949 (bp_location_dtor): Remove the source_file reference.
950 (update_static_tracepoint): Replace bp_location field source_file
951 references by symtab field references.
952 (breakpoint_free_objfile): New function.
953 * breakpoint.h (struct bp_location): Extend the comment for line_number.
954 Replace the field source_file by field symtab, extend its comment.
955 (breakpoint_free_objfile): New declaration.
956 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
957 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
958 field source_file references by symtab field references.
959
f5b95b50
JK
9602013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 Replace xfullpath calls by gdb_realpath calls.
963 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
964 function comment.
965 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
966 Remove it from the iterate_over_some_symtabs call.
967 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
968 Remove it from the dw2_map_expand_apply calls, remove a block handling
969 it.
970 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
971 Remove it from the iterate_over_some_symtabs call.
972 (partial_map_symtabs_matching_filename): Remove parameter full_path.
973 Remove it from the partial_map_expand_apply calls, remove a block
974 handling it. Drop gdb_realpath call and cleanups from the real_path
975 handling.
976 * source.c (openp): Drop the comment part about xfullpath. Replace
977 xfullpath calls by gdb_realpath calls.
978 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
979 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
980 from method map_symtabs_matching_filename and its comment.
981 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
982 gdb_realpath call.
983 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
984 remove it also from the function comment, remove a block handling it.
985 Drop gdb_realpath call and cleanups from the real_path handling.
986 (iterate_over_symtabs): Drop variable full_path and its use.
987 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
988 * utils.c (xfullpath): Remove.
989 * utils.h (xfullpath): Remove.
990
d78489bf
AT
9912013-02-01 Andreas Tobler <andreast@fgznet.ch>
992
993 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
994 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
995 (ALLDEPFILES): Add ppc64-tdep.c.
996 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
997 ppc64-tdep.o to gdb_target_obs.
998 * ppc64-tdep.h: New file.
999 * ppc64-tdep.c: New file.
1000 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
1001 ppc-linux-tdep.c to here.
1002 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
1003 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
1004 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
1005 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
1006 from ppc-linux-tdep.c to here.
1007 (ppc64_convert_from_func_ptr_addr): Rename from
1008 ppc64_linux_convert_from_func_ptr_addr to
1009 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
1010 here.
1011 * rs6000-tdep.c:
1012 (read_insn): Move from ppc-linux-tdep.c to here.
1013 (insns_match_pattern, insn_d_field, insn_ds_field): Move
1014 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
1015 * ppc-linux-tdep.c: Include ppc64-tdep.h.
1016 Removed above functions.
1017 (ppc_linux_init_abi): Adjust.
1018
8db60374
AR
10192013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
1020
1021 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
1022
f2e5f4ce
AR
10232013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
1024
1025 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
1026
c1f7d745
PA
10272013-02-01 Pedro Alves <palves@redhat.com>
1028
1029 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
1030 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
1031
8a92335b
JK
10322013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * elfread.c (elf_symfile_read): Limit separate debug info additions to
1035 files with no separate debug info.
1036 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
1037 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
1038 only for files with no separate debug info.
1039
8eacb197
TT
10402013-01-31 Tom Tromey <tromey@redhat.com>
1041
1042 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
1043 change type.
1044 (struct jit_program_space_data): Rename from jit_inferior_data.
1045 Update comments.
1046 (get_jit_program_space_data): Rename from get_jit_inferior_data.
1047 Change return type. Attach data to program space.
1048 (jit_program_space_data_cleanup): Rename from
1049 jit_inferior_data_cleanup; change argument type.
1050 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
1051 change type.
1052 (jit_register_code): Update.
1053 (jit_update_inferior_cache): Remove.
1054 (jit_breakpoint_deleted): Get jit data from the location's program
1055 space.
1056 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
1057 'ps_data', change type.
1058 (jit_inferior_init, jit_breakpoint_re_set_internal)
1059 (jit_event_handler): Update.
1060 (free_objfile_data): Get data from objfile's program space.
1061 (_initialize_jit): Update.
1062
f25c0135
TT
10632013-01-31 Tom Tromey <tromey@redhat.com>
1064
1065 PR gdb/13987:
1066 * jit.c (struct jit_inferior_data) <cached_code_address,
1067 jit_breakpoint>: New fields.
1068 (jit_breakpoint_re_set_internal): Fix logging. Only create
1069 breakpoint if cached address has changed.
1070 (jit_update_inferior_cache, jit_breakpoint_deleted): New
1071 functions.
1072 (_initialize_jit): Register breakpoint deleted observer.
1073
974a734b
AR
10742013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1075
1076 * infrun.c (handle_syscall_event): Remove unused gdbarch.
1077 (save_infcall_suspend_state): Ifdef out unused inf.
1078 (restore_infcall_suspend_state): Ifdef out unused inf.
1079 * jit.c (jit_register_code): Remove unused i, b, inf_data.
1080 (jit_frame_sniffer): Remove unused inf_data.
1081
df54f8eb
AR
10822013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1083
1084 * c-exp.y (classify_inner_name): Remove unused type.
1085 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
1086 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
1087 need_escape.
1088 (c_get_string): Remove unused kind.
1089 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
1090
5799c0b9
AR
10912013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1092
1093 * charset.c (intermediate_encoding): Remove unused i.
1094 * completer.c (signal_completer): Remove unused i.
1095 * continuations.c (discard_my_continuations_1): Remove unused
1096 continuation_ptr.
1097 * corelow.c (core_close): Remove unuseD name.
1098 (get_core_siginfo): Remove unused pid.
1099 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
1100 i, cps.
1101 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
1102 (loclist_describe_location): Remove unused first.
1103 * event-top.c (command_line_handler): Remove unused got_eof.
1104 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
1105 (resize_section_table): Remove unused old_value.
1106 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
1107 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
1108 * i386-tdep.c (i386_process_record): Remove unused rex.
1109 * infcmd.c (get_return_value): Remove unused uiout.
1110 * jv-lang.c (type_from_class): Remove unused is_array.
1111 * jv-valprint.c (java_val_print): Remove unused i.
1112 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
1113 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
1114 * m2-typeprint.c (m2_print_type): Remove unused code.
1115 * macroexp.c (get_character_constant): Remove unused body_start.
1116 (macro_stringify): Remove unused result.
1117 * objc-lang.c (find_methods): Remove unused gdbarch.
1118 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
1119 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
1120 * stack.c (print_frame_args): Remove unused summary.
1121 * thread.c (thread_apply_command): Remove unused p.
1122 * valarith.c (value_x_unop): Remove unused mangle_ptr.
1123 * valops.c (search_struct_method): Remove unused skip.
1124 * valprint.c (generic_val_print): Remove unused byte_order.
1125 * varobj.c (varobj_update): Remove unused changed.
1126 * cli/cli-cmds.c (complete_command): Remove unused next_item.
1127 (alias_command): Remove unused c.
1128 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
1129 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
1130 format.
1131 (mi_cmd_data_write_memory): Remove unused word_format.
1132 (mi_cmd_data_write_memory_bytes): Remove unused r.
1133 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
1134 p_start, p_end.
1135 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
1136 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
1137 line_width.
1138
c656bca5
AR
11392013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1140
1141 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
1142 * symtab.c (iterate_over_symtabs): Remove unused s.
1143 (find_pc_sect_symtab): Remove unused pspAce.
1144 (find_pc_sect_line): Remove unused alt_symtab.
1145 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
1146 (completion_list_add_name): Remove unused newsize.
1147
7078baeb
TT
11482013-01-31 Tom Tromey <tromey@redhat.com>
1149
1150 PR c++/14998:
1151 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
1152 TYPE_CODE_FUNC.
1153
c2e8b827
AR
11542013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1155
1156 * target.c (target_read_string): Remove unused origlen.
1157
0e43993a
AR
11582013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1159
1160 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
1161 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
1162 * ax-general.c (ax_print): Remove unused is_float.
1163 * blockframe.c (block_innermost_frame): Remove unused start, end.
1164 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
1165
765a97ab
AR
11662013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
1167
1168 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
1169 (svr4_read_so_list): Remove unused lmo.
1170 * solib-target.c (solib_target_relocate_section_addresses): Remove
1171 unused flags.
1172
a99dad3d
TT
11732013-01-30 Tom Tromey <tromey@redhat.com>
1174
1175 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
1176
3bff1ecd
TT
11772013-01-30 Tom Tromey <tromey@redhat.com>
1178
1179 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
1180 * utils.c (gnu_debuglink_crc32): Remove.
1181 * utils.h (gnu_debuglink_crc32): Don't declare.
1182
7d455152
TT
11832013-01-30 Tom Tromey <tromey@redhat.com>
1184
1185 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
1186 (read_structure_type, read_enumeration_type): Remove cast.
1187
abee88f2
TT
11882013-01-30 Tom Tromey <tromey@redhat.com>
1189
1190 * dwarf2read.c (read_namespace_type): Remove cast.
1191 (read_typedef): Likewise.
1192
8d9878a4
TT
11932013-01-29 Tom Tromey <tromey@redhat.com>
1194
1195 * dwarf2read.c (free_dwo_file): Remove assert.
1196
a543d2a9
TT
11972013-01-29 Tom Tromey <tromey@redhat.com>
1198
1199 * value.c (deprecated_set_value_modifiable): Remove.
1200 * value.h (deprecated_set_value_modifiable): Remove.
1201
bed911e5
DE
12022013-01-28 Doug Evans <dje@google.com>
1203
1204 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
1205 to addresses from dwo files.
1206
28c64fc2
SCR
12072013-01-25 Siva Chandra Reddy <sivachandra@google.com>
1208
1209 * valops.c (find_overload_match): Remove unused argument 'lax'.
1210 * value.h: Remove unused argument 'lax' from the declaration of
1211 find_overload_match.
1212 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
1213 to find_overload_match.
1214 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
1215 argument to find_overload_match.
1216
4d4ec4e5
TT
12172013-01-25 Tom Tromey <tromey@redhat.com>
1218
1219 * dwarf2read.c (processing_has_namespace_info): Remove.
1220 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
1221 (process_die, read_func_scope, dwarf2_start_symtab)
1222 (new_symbol_full): Update.
1223
195a3f6c
TT
12242013-01-25 Tom Tromey <tromey@redhat.com>
1225
1226 * cp-namespace.c (cp_set_block_scope): Remove.
1227 * cp-support.h (cp_set_block_scope): Remove.
1228 * dbxread.c: Include block.h.
1229 (cp_set_block_scope): New function.
1230 (process_one_symbol): Update.
1231 * dwarf2read.c (read_func_scope): Use block_set_scope.
1232
8ba0730a
PA
12332013-01-25 Pedro Alves <palves@redhat.com>
1234
1235 * remote.c (add_current_inferior_and_thread): Tweak comment.
1236
12aaed36
TT
12372013-01-25 Tom Tromey <tromey@redhat.com>
1238
1239 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
1240 (cp_add_using_directive): Add 'copy_names' argument.
1241 * cp-support.h (cp_add_using_directive): Update.
1242 (struct using_direct) <import_src, import_dest, alias,
1243 declaration>: Now const.
1244 * dwarf2read.c (read_import_statement): Use obconcat.
1245 Don't copy names passed to cp_add_using_directive.
1246
7fc75ca7
TT
12472013-01-25 Tom Tromey <tromey@redhat.com>
1248
1249 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
1250
3405876a
PA
12512013-01-25 Pedro Alves <palves@redhat.com>
1252
1253 * remote.c (stop_reply_extract_thread): New.
1254 (add_current_inferior_and_thread): New parameter 'wait_status'.
1255 Handle it.
1256 (remote_start_remote): Pass wait status to
1257 add_current_inferior_and_thread.
1258 (extended_remote_run): Update comment.
1259 (extended_remote_create_inferior_1): Pass wait status to
1260 add_current_inferior_and_thread.
1261
8954db33
AB
12622013-01-25 Andrew Burgess <aburgess@broadcom.com>
1263 Ulrich Weigand <uweigand@de.ibm.com>
1264
1265 * valarith.c (value_vector_widen): New function for replicating a
1266 scalar into a vector.
1267 (value_binop): Use value_vector_widen to widen scalar to vector
1268 rather than casting, this better matches gcc C behaviour.
1269 * valops.c (value_casst): Update logic for casting between vector
1270 types, and for casting from scalar to vector, try to match gcc C
1271 behaviour.
1272 * value.h (value_vector_widen): Declare.
1273 * opencl-lang.c (opencl_value_cast): New opencl specific casting
1274 function, handle special case for casting scalar to vector.
1275 (opencl_relop): Use opencl_value_cast.
1276 (evaluate_subexp_opencl): Use opencl_value_cast instead of
1277 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
1278 in order to use opencl_value_cast.
1279
843b20dc
YQ
12802013-01-25 Yao Qi <yao@codesourcery.com>
1281
1282 * event-loop.c: Include "queue.h".
1283 (gdb_event_p): New typedef.
1284 (DECLARE_QUEUE_P): Use.
1285 (DEFINE_QUEUE_P): Use.
1286 (async_queue_event): Remove.
1287 (gdb_event_xfree): New.
1288 (initialize_event_loop): New.
1289 (process_event): Use QUEUE macros.
1290 (event_queue): Remove.
1291 (gdb_wait_for_event): Caller update.
1292 (check_async_event_handlers): Likewise.
1293 (poll_timers): Likewise.
1294 * event-loop.h (initialize_event_loop): Declare.
1295 * event-loop.c (gdb_event_xfree): New.
1296 * top.c (gdb_init): Call initialize_event_loop.
1297
20ad8856
YQ
12982013-01-25 Yao Qi <yao@codesourcery.com>
1299
1300 * event-loop.c (async_queue_event): Remove one parameter
1301 'position'. Remove code handling 'position' == TAIL.
1302 (gdb_wait_for_event): Caller update.
1303 (check_async_event_handlers): Caller update.
1304 (poll_timers): Caller update.
1305 * event-loop.h (enum queue_position): Remove.
1306
3bbbe775
MK
13072013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
1308
1309 * MAINTAINERS: Update my email.
1310
a87d9ac4
YQ
13112013-01-25 Yao Qi <yao@codesourcery.com>
1312
1313 * main.c (print_gdb_help): Remove "--epoch" from the help
1314 message.
1315
2077afdd
TD
13162013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
1317
1318 * symtab.c (skip_prologue_using_sal): Consider a file
1319 change the same as an increased line number
1320
63da4037
TD
13212013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
1322
30e8ee25 1323 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 1324
45e6c716
TT
13252013-01-24 Tom Tromey <tromey@redhat.com>
1326
1327 * ada-lang.h (ada_decode_symbol): Make return type const.
1328 * ada-lang.c (ada_decode_symbol): Likewise.
1329
b1ae631a
DE
13302013-01-23 Doug Evans <dje@google.com>
1331
1332 * linespec.c (find_linespec_symbols): Make static.
1333
55a78401
SDJ
13342013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1335
1336 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
1337 type on float conversion for complex type.
1338
bea883fd
SCR
13392013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1340
1341 Add a new class gdb.Architecture which exposes GDB's
1342 internal representation of architecture via GDB Python API.
1343 * Makefile.in: Add entries corresponding to the new file
1344 python/py-arch.c.
1345 * NEWS (Python Scripting): Add entries for the new class
1346 gdb.Architecture and the new method gdb.Frame.architecture.
1347 * python/py-arch.c: Implement gdb.Architecture class.
1348 * python/py-frame.c (frapy_arch): Implement the method
1349 gdb.Frame.architecture().
1350 (frame_object_methods): Add 'architecture' to the method table.
1351 * python/python-internal.h: Add declarations of new utility
1352 functions.
1353 * python/python.c (_initialize_python): Initialize
1354 gdb.Architecture class.
1355
796a7ff8
DE
13562013-01-23 Doug Evans <dje@google.com>
1357
1358 Work around binutils/15021.
1359 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
1360 type_unit_group out of union s. All uses updated.
1361 (read_index_from_section): Watch for index version 8.
1362 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
1363 an imported symtab.
1364 (write_psymtabs_to_index): Increment version number to 8.
1365
0928e93d
PA
13662013-01-22 Pedro Alves <palves@redhat.com>
1367
1368 * annotate.c (breakpoint_changed): Skip if breakpoint is not
1369 user-visible.
1370
9c97429f
PA
13712013-01-22 Pedro Alves <palves@redhat.com>
1372
1373 * annotate.c (annotate_breakpoints_changed): Rename to ...
1374 (annotate_breakpoints_invalid): ... this. Make static.
1375 (breakpoint_changed): Adjust.
1376 (_initialize_annotate): Always install the observers. Install a
1377 "breakpoint_created" observer.
1378 * annotate.h (annotate_breakpoints_changed): Delete declaration.
1379 * breakpoint.c (set_breakpoint_condition)
1380 (breakpoint_set_commands, do_map_commands_command)
1381 (init_raw_breakpoint, clear_command, set_ignore_count)
1382 (enable_breakpoint_disp): No longer call
1383 annotate_breakpoints_changed.
1384
bd00c694
PA
13852013-01-22 Pedro Alves <palves@redhat.com>
1386
1387 * annotate.c: Include "inferior.h".
1388 (frames_invalid_emitted)
1389 (breakpoints_invalid_emitted): New globals.
1390 (async_background_execution_p): New function.
1391 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
1392 emitting the annotation if it has already been emitted.
1393 (annotate_display_prompt): New function.
1394 * annotate.h (annotate_display_prompt): New declaration.
1395 * event-top.c: Include annotate.h.
1396 (display_gdb_prompt): Call annotate_display_prompt.
1397
187d10dd
PA
13982013-01-22 Pedro Alves <palves@redhat.com>
1399
1400 * annotate.c (ignore_count_changed): Delete.
1401 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
1402 (annotate_ignore_count_change): Delete.
1403 (annotate_stopped): Don't emit a delayed breakpoints-changed
1404 annotation.
1405 * annotate.h (annotate_ignore_count_change): Delete.
1406 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
1407 annotate_ignore_count_change.
1408
d84cf7eb
TT
14092013-01-22 Tom Tromey <tromey@redhat.com>
1410
1411 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
1412 require_rvalue for a register location.
1413
8f1d5693
MK
14142013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1415
1416 * breakpoint.c (print_one_breakpoint_location): Add MI
1417 field 'thread-groups' when printing a breakpoint.
1418 (output_thread_groups): New function.
1419
aa6199c6
SCR
14202013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1421
1422 * python/lib/gdb/commands/explore.py
1423 (CompoundExplorer.explore_expr): Correct the name of a method
1424 being invoked.
1425 (ExploreTypeCommand.invoke): Add a missing 'return'.
1426
d2afef13
TT
14272013-01-21 Tom Tromey <tromey@redhat.com>
1428
1429 * gdb_obstack.h (obconcat): Move declaration here, from...
1430 * symfile.h (obconcat): ... here.
1431 * gdb_obstack.c: New file.
1432 (obconcat): Move from...
1433 * symfile.c (obconcat): ... here.
1434 * Makefile.in (SFILES): Add gdb_obstack.c.
1435 (COMMON_OBS): Add gdb_obstack.o.
1436
10f0c4bb
TT
14372013-01-21 Tom Tromey <tromey@redhat.com>
1438
1439 * symfile.h (obsavestring): Don't declare.
1440 * symfile.c (obsavestring): Remove.
1441 * ada-exp.y: Use obstack_copy0, not obsavestring.
1442 * ada-lang.c: Use obstack_copy0, not obsavestring.
1443 * coffread.c: Use obstack_copy0, not obsavestring.
1444 * cp-namespace.c: Use obstack_copy0, not obsavestring.
1445 * dbxread.c: Use obstack_copy0, not obsavestring.
1446 * dwarf2read.c: Use obstack_copy0, not obsavestring.
1447 * jit.c: Use obstack_copy0, not obsavestring.
1448 * mdebugread.c: Use obstack_copy0, not obsavestring.
1449 * psymtab.c: Use obstack_copy0, not obsavestring.
1450 * stabsread.c: Use obstack_copy0, not obsavestring.
1451 * xcoffread.c: Use obstack_copy0, not obsavestring.
1452
86f62fd7
TT
14532013-01-21 Tom Tromey <tromey@redhat.com>
1454
1455 * dwarf2read.c (fixup_go_packaging): Save package name
1456 on objfile obstack.
1457 * gdbtypes.c (init_type): Don't copy name.
1458
15d034d0
TT
14592013-01-21 Tom Tromey <tromey@redhat.com>
1460
1461 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
1462 const.
1463 (struct attribute) <u.str>: Now const.
1464 (struct fnfieldlist) <name>: Now const.
1465 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
1466 (partial_die_parent_scope): Make return type const.
1467 (partial_die_full_name, add_partial_symbol): Update.
1468 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
1469 'name' const.
1470 (find_file_and_directory): Make 'name' and 'comp_dir' const.
1471 (read_file_scope, read_func_scope, dwarf2_add_field)
1472 (dwarf2_add_member_fn, read_structure_type)
1473 (process_enumeration_scope, read_array_type, read_module_type)
1474 (read_base_type, read_subrange_type): Update.
1475 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
1476 (new_symbol_full, guess_full_die_structure_name): Update.
1477 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
1478 (dwarf2_name): Return const type.
1479 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
1480 const.
1481
748e18ae
TT
14822013-01-21 Tom Tromey <tromey@redhat.com>
1483
1484 * gdbtypes.c (init_type): Make 'name' const.
1485 * gdbtypes.h (init_type): Update.
1486
46212e0b
TT
14872013-01-21 Tom Tromey <tromey@redhat.com>
1488
1489 * buildsym.c (patch_subfile_names): Use set_last_source_file.
1490 (start_symtab): Make 'name' and 'dirname' const. Use
1491 set_last_source_file.
1492 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
1493 (last_source_file): Define. Now static.
1494 (set_last_source_file, get_last_source_file): New functions.
1495 * buildsym.h (last_source_file): Don't declare.
1496 (start_symtab): Update.
1497 (set_last_source_file, get_last_source_file): Declare.
1498 * coffread.c (complete_symtab): Use set_last_source_file.
1499 (coff_end_symtab): Likewise.
1500 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
1501 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
1502 set_last_source_file.
1503 (process_one_symbol): Use get_last_source_file.
1504 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
1505 (psymtab_to_symtab_1): Use get_last_source_file.
1506 * xcoffread.c (process_linenos): Use get_last_source_file.
1507 (complete_symtab): Use set_last_source_file.
1508 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
1509 (scan_xcoff_symtab): Use set_last_source_file.
1510
9d2ceabe
TT
15112013-01-21 Tom Tromey <tromey@redhat.com>
1512
1513 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
1514 (symbol_set_names): Remove casts. Handle field const-ness.
1515
cfc594ee
TT
15162013-01-21 Tom Tromey <tromey@redhat.com>
1517
1518 * dwarf2read.c (new_symbol_full): Remove cast.
1519 * symtab.c (symbol_set_demangled_name): Make 'name' const.
1520 * symtab.h (symbol_set_demangled_name): Update.
1521
5484b13a
TT
15222013-01-21 Tom Tromey <tromey@redhat.com>
1523
1524 * main.c (captured_main): Call bfd_init.
1525
1605ef26
TT
15262013-01-21 Tom Tromey <tromey@redhat.com>
1527
1528 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
1529 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
1530 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
1531 * NEWS: Update.
1532
3b74cdc3
JK
15332013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
1536
5a352474
JK
15372013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 Fix gdb.fortran/common-block.exp crash in PIE mode.
1540 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
1541 LOC_COMMON_BLOCK.
1542 * f-valprint.c (info_common_command_for_block): Expect
1543 LOC_COMMON_BLOCK in gdb_assert.
1544 * symtab.h (struct general_symbol_info): Update comment for the
1545 common_block member.
1546 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
1547 (enum address_class): New member LOC_COMMON_BLOCK.
1548
c60797fd
DB
15492013-01-18 David Blaikie <dblaikie@gmail.com>
1550
1551 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 1552
46f35228
TT
15532013-01-18 Tom Tromey <tromey@redhat.com>
1554
1555 PR c++/14999:
1556 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
1557 Call require_rvalue.
1558
257e7a09
YQ
15592013-01-18 Yao Qi <yao@codesourcery.com>
1560
1561 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
1562 (dbx_read_symtab): New declaration.
1563 (dbx_psymtab_to_symtab): Delete.
1564 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
1565 Rename parameter PST to SELF. Exchanged two parameters.
1566 (start_psymtab): Caller update.
1567 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
1568 (dwarf2_read_symtab): New declaration.
1569 (dwarf2_psymtab_to_symtab): Delete.
1570 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
1571 Rename parameter PST to SELF. Exchanged two parameters.
1572 (create_partial_symtab): Caller update.
1573 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
1574 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
1575 Rename parameter PST to SELF. Exchanged two parameters.
1576 (parse_partial_symbols, new_psymtab): Caller update.
1577 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
1578 two parameters.
1579 * psymtab.c (psymtab_to_symtab): Caller update.
1580 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
1581 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
1582 Rename parameter PST to SELF. Exchanged two parameters.
1583 (xcoff_start_psymtab): Caller update.
1584
0de5618e
YQ
15852013-01-18 Yao Qi <yao@codesourcery.com>
1586
1587 * infrun.c (proceed): Rename local variable 'oneproc' to
1588 'force_step'.
1589
5c04624b
DE
15902013-01-17 Doug Evans <dje@google.com>
1591
848e3e78
DE
1592 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
1593 (dw2_build_type_unit_groups): Delete. All uses updated.
1594
5c04624b
DE
1595 * symtab.h (struct symbol_search): Add comment.
1596
d84fca2c
JK
15972013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 * symtab.c (compare_filenames_for_search): New comment for
1600 HAS_DRIVE_SPEC.
1601
6108433d
TT
16022013-01-17 Tom Tromey <tromey@redhat.com>
1603
1604 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
1605
c89ffd86
JK
16062013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
1609 initialize it by existing make_cleanup. Call new do_cleanups.
1610
db2b2972
TT
16112013-01-17 Tom Tromey <tromey@redhat.com>
1612
1613 * cp-abi.c (cp_abi_completer): New function.
1614 (_initialize_cp_abi): Set completer for "set cp-abi".
1615
be7d37a2
TT
16162013-01-17 Tom Tromey <tromey@redhat.com>
1617
1618 * mem-break.c: Remove obsolete comment.
1619 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
1620
c9fb1240
SD
16212012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1622
1623 * jit.c (jit_reader_load_command): Interpret the jit reader name
1624 as an absolute path if it begins with a forward slash.
1625
db334a01
SD
16262012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1627
1628 PR gdb/14550
1629
1630 * jit.c (finalize_symtab): Ensure that only the global block has a
1631 NULL superblock.
1632
7d928dac
PA
16332013-01-17 Pedro Alves <palves@redhat.com>
1634
1635 * acinclude.m4: Include ../config/plugins.m4,
1636 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
1637 * Makefile.in (aclocal_m4_deps): Update.
1638 * aclocal.m4: Renegerate.
1639
fb8cf7c5
DE
16402013-01-16 Doug Evans <dje@google.com>
1641
1642 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
1643
ab04a2af
TT
16442013-01-16 Pedro Alves <palves@redhat.com>
1645 Tom Tromey <tromey@redhat.com>
1646
1647 PR cli/7221:
1648 * NEWS: Add "catch signal".
1649 * breakpoint.c (base_breakpoint_ops): No longer static.
1650 (bpstat_explains_signal): New function.
1651 (init_catchpoint): No longer static.
1652 (base_breakpoint_explains_signal): New function.
1653 (base_breakpoint_ops): Initialize new field.
1654 * breakpoint.h (enum bpstat_signal_value): New.
1655 (struct breakpoint_ops) <explains_signal>: New field.
1656 (bpstat_explains_signal): Remove macro, declare as function.
1657 (base_breakpoint_ops, init_catchpoint): Declare.
1658 * break-catch-sig.c: New file.
1659 * inferior.h (signal_catch_update): Declare.
1660 * infrun.c (signal_catch): New global.
1661 (handle_syscall_event): Update for change to
1662 bpstat_explains_signal.
1663 (handle_inferior_event): Likewise. Always handle random signals
1664 via bpstats.
1665 (signal_cache_update): Check signal_catch.
1666 (signal_catch_update): New function.
1667 (_initialize_infrun): Initialize signal_catch.
1668 * Makefile.in (SFILES): Add break-catch-sig.c.
1669 (COMMON_OBS): Add break-catch-sig.o.
1670
8ac3646f
TT
16712013-01-16 Tom Tromey <tromey@redhat.com>
1672
1673 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
1674 (print_one_catch_solib, print_one_catch_syscall)
1675 (print_one_catch_exec, print_one_exception_catchpoint): Emit
1676 "catch-type".
1677
5a18e302
YQ
16782013-01-16 Yao Qi <yao@codesourcery.com>
1679
1680 * printcmd.c (current_display_number): Make it static.
1681
3f01d0d0
YQ
16822013-01-16 Yao Qi <yao@codesourcery.com>
1683
1684 * infcmd.c (step_once): Don't check '!single_inst' as it was
1685 checked before.
1686
1ed59174
JK
16872013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
1690
44478ab3
TT
16912013-01-14 Tom Tromey <tromey@redhat.com>
1692
1693 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
1694 set command.
1695 * command.h (add_setshow_string_noescape_cmd): Update.
1696 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
1697 (complete_set_gnutarget): New function.
1698 (_initialize_core): Set the "set gnutarget" completer.
1699
06d66ee9
TT
17002013-01-14 Tom Tromey <tromey@redhat.com>
1701
1702 PR symtab/14442:
1703 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
1704 (c_type_print_modifier): Likewise.
1705 * dwarf2read.c (read_tag_restrict_type): New function.
1706 (read_type_die_1): Handle DW_TAG_restrict_type.
1707 * gdbtypes.c (make_restrict_type): New function.
1708 (recursive_dump_type): Handle TYPE_RESTRICT.
1709 * gdbtypes.h (enum type_flag_values): Renumber.
1710 (enum type_instance_flag_value): Add
1711 TYPE_INSTANCE_FLAG_RESTRICT.
1712 (TYPE_RESTRICT): New macro.
1713 (make_restrict_type): Declare.
1714
c9bf0622
TT
17152013-01-14 Tom Tromey <tromey@redhat.com>
1716
1717 PR symtab/14931:
1718 * psymtab.c (struct psymtab_state): New.
1719 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
1720 functions.
1721 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
1722 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
1723
44d594fd
PA
17242013-01-14 Richard Sharman <richard_sharman@mitel.com>
1725 Pedro Alves <palves@redhat.com>
1726
1727 PR remote/14786
1728
1729 * remote.c (remote_threads_info): Make a copy of the reply from
1730 qfThreadInfo and use that instead of rs->buf.
1731
442e4d9c
YQ
17322013-01-14 Yao Qi <yao@codesourcery.com>
1733
1734 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
1735 (dbx_psymtab_to_symtab): Likewise.
1736 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
1737 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
1738 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
1739
5b12a61c
JK
17402013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * parse.c (parse_exp_in_context): New variable inner_chain. Call
1743 make_cleanup_restore_current_language. Call set_language. Move
1744 OLD_CHAIN and INNER_CHAIN cleanups.
1745 * utils.c (do_restore_current_language)
1746 (make_cleanup_restore_current_language): New functions.
1747 * utils.h (make_cleanup_restore_current_language): New declaration.
1748
f0a4b570
JK
17492013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
1752 non-existing files.
1753
57b3c00c
JK
1754 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
1755 non-existing files if FILENAME is already absolute.
1756
daefa854
JK
17572013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
1760 fputs_filtered. Append trailing newline.
1761
ca9c6ee2
YQ
17622013-01-11 Yao Qi <yao@codesourcery.com>
1763 Stan Shebs <stan@codesourcery.com>
1764
1765 * psymtab.c (init_psymbol_list): Clarify the comment.
1766
f28045c2
YQ
17672013-01-11 Yao Qi <yao@codesourcery.com>
1768
1769 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
1770 (update_dprintf_command_list): Assert that 'printf_line' is
1771 non-null. Remove condition check.
1772
da5132d3
JK
17732013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1774
1775 Code cleanup.
1776 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
1777 type const char *.
1778 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
1779 const char *.
1780 * tui/tui-source.h (tui_source_is_displayed): Likewise.
1781
843e694d
AG
17822013-01-09 Anthony Green <green@moxielogic.com>
1783
1784 * cp-abi.c (cplus_print_vtable): Don't return value from void
1785 function.
1786 * ada-lang.c (re_set_catch_assert): Ditto.
1787
da51c347
DE
17882013-01-09 Doug Evans <dje@google.com>
1789
1790 * symfile.h (quick_symbol_functions): Delete member
1791 pre_expand_symtabs_matching. All uses removed.
1792 * dwarf2read.c (dw2_lookup_symbol): Implement.
1793 (dw2_do_expand_symtabs_matching): Delete.
1794 (dw2_pre_expand_symtabs_matching): Delete.
1795 (struct dw2_symtab_iterator): New type.
1796 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
1797 (dw2_expand_symtabs_for_function): Rewrite.
1798 (dwarf2_gdb_index_functions): Update.
1799 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
1800 (psym_functions): Update.
1801
b2259038
TT
18022013-01-09 Tom Tromey <tromey@redhat.com>
1803
1804 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
1805 * configure: Rebuild.
1806 * configure.ac: Add somread.o to the build if BFD has SOM
1807 support.
1808 * somread.c: Include som/aout.h, not syms.h.
1809 (som_symtab_read): Use som_external_symbol_dictionary_record.
1810 Unpack records manually.
1811 (_initialize_somread): Declare.
1812
bdad4180
MF
18132012-01-08 Mike Frysinger <vapier@gentoo.org>
1814
1815 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
1816 Cast return_address to 64bits.
1817
03cdf680
HZ
18182013-01-08 Hui Zhu <hui_zhu@mentor.com>
1819
1820 * printcmd.c: Remove define of function output_command.
1821 * tracepoint.c: Remove extern of function output_command.
1822 * valprint.h: (output_command): New extern.
1823
8a808554
TT
18242013-01-07 Tom Tromey <tromey@redhat.com>
1825
1826 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
1827 Remove.
1828 (objc_language_defn): Use c_printchar, c_printstr,
1829 c_emit_char.
1830
e93a8774
TT
18312013-01-07 Tom Tromey <tromey@redhat.com>
1832
1833 PR cli/7719:
1834 * NEWS: Update.
1835 * ada-valprint.c (printstr, print_field_values): Remove
1836 "inspect_it" code.
1837 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
1838 code.
1839 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
1840 code.
1841 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
1842 * main.c (captured_main): Remove "epoch" argument.
1843 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
1844 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
1845 * p-valprint.c (pascal_object_print_value_fields): Remove
1846 "inspect_it" code.
1847 * printcmd.c (print_command_1): Remove 'inspect' argument.
1848 (print_command, call_command): Update.
1849 (inspect_command): Remove.
1850 (_initialize_printcmd): Make "inspect" an alias for "print".
1851 * top.c (epoch_interface): Remove.
1852 * top.h (epoch_interface): Remove.
1853 * valprint.c (user_print_options): Update.
1854 (print_converted_chars_to_obstack): Remove "inspect_it" code.
1855 * valprint.h (struct value_print_options) <inspect_it>: Remove
1856 field.
1857
18582013-01-04 Tom Tromey <tromey@redhat.com>
1859
1860 * valprint.h (read_string): Add 'extern'.
1861
b967eb24
JB
18622013-01-07 Joel Brobecker <brobecker@adacore.com>
1863
1864 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
1865 used to decide whether to define darwin_read_dyld_info or not.
1866
78a8b30e
PM
18672013-01-03 Pierre Muller <muller@sourceware.org>
1868
1869 * main.c (relocate_gdb_directory): Avoid calling stat function
1870 if DIR is empty.
1871
50da2f25
YQ
18722013-01-03 Yao Qi <yao@codesourcery.com>
1873
1874 * psymtab.c (fixup_psymbol_section): Update declaration.
1875 (fixup_psymbol_section): Remove code returning value.
1876
e7e8980f
YQ
18772013-01-03 Yao Qi <yao@codesourcery.com>
1878
1879 * symtab.h: Remove some out of date comments.
1880 (enum exception_event_kind): Move it ...
1881 * breakpoint.c: ... here.
1882
569283d4
MF
18832013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
1884
9f9d9a96 1885 PR gdb/14405
569283d4
MF
1886 * darwin-nat.c (darwin_read_dyld_info): Only build if
1887 TASK_DYLD_INFO_COUNT is defined.
1888 (darwin_xfer_partial): Call darwin_read_dyld_info only if
1889 TASK_DYLD_INFO_COUNT is defined.
1890
2e36fbea
TT
18912013-01-02 Tom Tromey <tromey@redhat.com>
1892
1893 * symfile.h (struct ecoff_debug_hack): Remove.
1894 * objfiles.c: Don't include mdebugread.h.
1895
4f05add4
TT
18962013-01-02 Tom Tromey <tromey@redhat.com>
1897
1898 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
1899 * configure.ac: Check for Mach-O support in BFD. Update
1900 CONFIG_OBS.
1901 * configure: Rebuild.
1902
def63ff0
TT
19032013-01-02 Tom Tromey <tromey@redhat.com>
1904
1905 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
1906 * configure.ac: Use GDB_AC_CHECK_BFD.
1907 * configure: Rebuild.
1908
60c5dd93
MK
19092013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1910
1911 * MAINTAINERS: Update my email.
1912
6e58437e
JB
19132013-01-01 Joel Brobecker <brobecker@adacore.com>
1914
1915 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
1916
627fe805
JB
19172013-01-01 Joel Brobecker <brobecker@adacore.com>
1918
1919 * rs6000-nat.c (bss_data_overlap): New function.
1920 (vmap_symtab): Use it to adjust the .bss section's offset.
1921
28e7fd62
JB
19222013-01-01 Joel Brobecker <brobecker@adacore.com>
1923
1924 Update year range in copyright notice of all files.
1925
e93a8774 19262013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
1927
1928 * top.c (print_gdb_version): Update copyright year.
1929
72b20e9c 1930For older changes see ChangeLog-2012.
c906108c
SS
1931\f
1932Local Variables:
1933mode: change-log
1934left-margin: 8
1935fill-column: 74
1936version-control: never
57da7796 1937coding: utf-8
c906108c 1938End:
This page took 1.504059 seconds and 4 git commands to generate.