OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
22 years ago * app.c: Fix formatting.
kazu [Sat, 18 May 2002 12:53:29 +0000 (12:53 +0000)]
* app.c: Fix formatting.
* as.c: Likewise.
* ehopt.c: Likewise.
* expr.c: Likewise.
* input-file.c: Likewise.
* listing.c: Likewise.
* macro.h: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.

22 years ago * compile.c: Fix formatting.
kazu [Sat, 18 May 2002 11:40:19 +0000 (11:40 +0000)]
* compile.c: Fix formatting.

22 years agoremove white space
cgf [Sat, 18 May 2002 06:10:16 +0000 (06:10 +0000)]
remove white space

22 years ago*** empty log message ***
gdbadmin [Sat, 18 May 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Sat, 18 May 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago2002-05-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 May 2002 23:39:36 +0000 (23:39 +0000)]
2002-05-17  Jeff Johnston  <jjohnstn@redhat.com>

* Makefile.am: Copy and install headers from sys/machine/include
directory.  Also pass $toollibdir to lower-level directories.
* Makefile.in: Regenerated.
* libc/include/stdio.h[!_REENT_ONLY]: Change stdin, stdout, and
stderr to use _REENT macro instead of _impure_ptr directly.
* libc/include/sys/config.h[__i386__][__linux__]: Define
__DYNAMIC_REENT__.
* libc/include/sys/reent.h[!_REENT_ONLY]: Change _REENT macro to be
call to __getreent() function if !__SINGLE_THREAD__ and
__DYNAMIC_REENT__ is set.
* libc/reent/Makefile.am: Add support for getreent.c.
* libc/reent/Makefile.in: Regenerated.
* libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
* libc/sys/linux/Makefile.am: Add support for new files.
* libc/sys/linux/configure.in: Add $EXTRA_DIRS variable.
* libc/sys/linux/Makefile.in: Regenerated.
* libc/sys/linux/configure: Ditto.
* libc/sys/linux/io.c: Add poll syscall.  Also weak-alias
__close, __read, __write, __poll, __open, __lseek, __fcntl from
their __libc_ counterparts.
* libc/sys/linux/io64.c: Add __libc_ prefix to lseek64 and open64
and weak-alias to regular names.
* libc/sys/linux/pread64.c: Rename to __libc_pread64 and weak-alias
to pread64 and __pread64.
* libc/sys/linux/process.c: Weak_alias __libc_getpid to __getpid.
* libc/sys/linux/pwrite64.c: Rename to __libc_pwrite64 and
weak-alias to pwrite64.
* libc/sys/linux/sched.c: Weak-alias __libc_sched_getparam,
__libc_sched_getscheduler, __libc_sched_get_priority_max,
__libc_sched_get_priority_min, and __libc_sched_setschedule to
name with __ instead of __libc_.
* libc/sys/linux/siglongjmp.c: Include <machine/weakalias.h>.
Rename siglongjmp to __libc_siglongjmp and weak-alias to siglongjmp.
Call __libc_longjmp instead of longjmp, from __libc_siglongjmp.
* libc/sys/linux/signal.c: Rename raise to __libc_raise and weak-alias
to raise.
* libc/sys/linux/socket.c: Weak-alias __libc_connect to __connect and
__libc_send to __send.
* libc/sys/linux/time.c: Weak-alias __libc_gettimeofday to
__gettimeofday.
* libc/sys/linux/wait.c: Rename wait to __libc_wait and weak-alias
it to wait.  Rename wait3 to __libc_wait3 and weak-alias it to wait3.
* libc/sys/linux/include/setjmp.h: Use __jmp_buf in sigjmp_buf
type and typedef __jmp_buf to jmp_buf.
* libc/sys/linux/machine/i386/Makefile.am: Add syscalls.c and
setjmp.S.
* libc/sys/linux/machine/i386/Makefile.in: Regenerated.
* libc/sys/linux/machine/i386/crt0.c: Add support to clear .bss
section.
* libc/sys/linux/machine/i386/socketcall.h: Change to use __libc_
prefix for function macros and then use weak_alias() to regular names.
* libc/sys/linux/machine/i386/syscall.h: Ditto.
* libc/sys/linux/sys/errno.h: Define EOPNOTSUP to be ENOTSUP.
* libc/sys/linux/sys/stdio.h: Define _flockfile and _funlockfile
to be flockfile() and funlockfile() respectively.
* libc/sys/linux/sys/types.h
* libc/reent/getreent.c: New file.
* libc/sys/linux/flockfile.c: Ditto.
* libc/sys/linux/funlockfile.c: Ditto.
* libc/sys/linux/getreent.c: Ditto.
* libc/sys/linux/pread.c: Ditto.
* libc/sys/linux/pwrite.c: Ditto.
* libc/sys/linux/raise.c: Ditto.
* libc/sys/linux/system.c: Ditto.
* libc/sys/linux/tcdrain.c: Ditto.
* libc/sys/linux/machine/i386/i386mach.h: Ditto.
* libc/sys/linux/machine/i386/setjmp.S: Ditto.
* libc/sys/linux/machine/i386/syscalls.c: Ditto.
* libc/sys/linux/machine/i386/weakalias.h: Ditto.
* libc/sys/linux/machine/i386/include/setjmp.h: Ditto.

22 years ago* corelow.c (core_open): Only call set_gdbarch_from_file if
kettenis [Fri, 17 May 2002 23:06:09 +0000 (23:06 +0000)]
* corelow.c (core_open): Only call set_gdbarch_from_file if
exec_bfd is NULL.

22 years ago* gdb.base/completion.exp: Recognize the more detailed error
jimb [Fri, 17 May 2002 22:03:32 +0000 (22:03 +0000)]
* gdb.base/completion.exp: Recognize the more detailed error
messages produced by the macro expander's lexical analyzer.

22 years ago2002-05-17 Ben Elliston <bje@redhat.com>
bje [Fri, 17 May 2002 21:35:24 +0000 (21:35 +0000)]
2002-05-17  Ben Elliston  <bje@redhat.com>

* sidcomp.cache/refill.exp: New test.

22 years ago2002-05-17 Ben Elliston <bje@redhat.com>
bje [Fri, 17 May 2002 21:28:14 +0000 (21:28 +0000)]
2002-05-17  Ben Elliston  <bje@redhat.com>

* Makefile.am (DEJAGNUTESTS): Add refill.exp.
* cache.h (cache_component::refill_latency): New member.
* cache.cxx (cache_component::read_line): Add refill latency.
(cache_component::cache_component): Initialise it and add a
corresponding "refill-latency" attribute.
* hw-cache.xml (memory latency) : Document refill latency.

22 years ago * newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
fitzsim [Fri, 17 May 2002 20:13:37 +0000 (20:13 +0000)]
* newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c.
* newlib/libc/sys/h8300hms/read.c: New file.  Magic trap 0xC8 for sim.
* newlib/libc/sys/h8300hms/syscalls.c: Move _read() to read.c.
* newlib/libs/sys/h8300hms/sys/syscall.h: New file.

22 years agoFix call of read_relative_register_raw_bytes
avolkov [Fri, 17 May 2002 19:39:52 +0000 (19:39 +0000)]
Fix call of read_relative_register_raw_bytes

22 years ago* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
cgf [Fri, 17 May 2002 19:30:50 +0000 (19:30 +0000)]
* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
order part of 64 bit address on OS's which do not support that kind of
operation.  Otherwise Windows 95 will become confused.

22 years ago* compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
avolkov [Fri, 17 May 2002 19:22:14 +0000 (19:22 +0000)]
* compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.

22 years agoh8300: Add support of EXR register
avolkov [Fri, 17 May 2002 19:19:22 +0000 (19:19 +0000)]
h8300: Add support of EXR register

22 years ago* h8300s now new target, not alias of h8300h
avolkov [Fri, 17 May 2002 19:09:12 +0000 (19:09 +0000)]
* h8300s now new target, not alias of h8300h

22 years ago* h8300.h: Corrected defs of all control regs and eepmov instr.
avolkov [Fri, 17 May 2002 19:01:03 +0000 (19:01 +0000)]
* h8300.h: Corrected defs of all control regs and eepmov instr.

22 years ago*compile.c: Add additional CCR flags (I,UI,H,U)
avolkov [Fri, 17 May 2002 18:55:13 +0000 (18:55 +0000)]
*compile.c: Add additional CCR flags (I,UI,H,U)

22 years ago*h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
avolkov [Fri, 17 May 2002 18:52:56 +0000 (18:52 +0000)]
*h8300-tdep.c: Add additional CCR flags (I,UI,H,U)

22 years ago* compile.c: Change literal regnumbers to REGNUMS.
avolkov [Fri, 17 May 2002 18:47:14 +0000 (18:47 +0000)]
* compile.c: Change literal regnumbers to REGNUMS.

22 years ago* Change literal regno in h8300-tdep.c
avolkov [Fri, 17 May 2002 18:44:12 +0000 (18:44 +0000)]
* Change literal regno in h8300-tdep.c

22 years ago* NEWS: Note addition of macro support.
jimb [Fri, 17 May 2002 18:02:17 +0000 (18:02 +0000)]
* NEWS: Note addition of macro support.

22 years ago* gdb.texinfo (C Preprocessor Macros): New chapter.
jimb [Fri, 17 May 2002 18:00:02 +0000 (18:00 +0000)]
* gdb.texinfo (C Preprocessor Macros): New chapter.
Include it in the main menu.
(Contributors): Credit Jim Blandy with macro support.
(Compilation): Explain how to get macro information into the
executable.
(Expressions): Note that preprocessor macros are expanded.

22 years agoExpand preprocessor macros in C expressions.
jimb [Fri, 17 May 2002 17:57:46 +0000 (17:57 +0000)]
Expand preprocessor macros in C expressions.
* c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
(scan_macro_expansion, scanning_macro_expansion,
finished_macro_expansion): New function declarations.
(expression_macro_lookup_func, expression_macro_lookup_baton): New
variable declarations.
* parser-defs.h (expression_context_pc): New declaration.
* parse.c (expression_context_pc): New variable.
(parse_exp_1): Set expression_context_pc, as well as
expression_context_block.
* c-exp.y (yylex): If we're not already reading the result of a
macro expansion, try to macro-expand the next token.  When we're
done scanning a macro expansion, switch back to the mainline text.
Commas and `if's in a macro's expansion don't terminate the input.
* c-lang.c: #include "macroscope.h" and "gdb_assert.h".
(macro_original_text, macro_expanded_text,
expression_macro_lookup_func, expression_macro_lookup_baton): New
variables.
(scan_macro_expansion, scanning_macro_expansion,
finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
c_preprocess_and_parse): New functions.
(c_language_defn, cplus_language_defn, asm_language_defn): Call
c_preprocess_and_parse, instead of c_parse.
* Makefile.in (c_lang_h): Note that this #includes macroexp.h.
(c-lang.o): Note dependency on macroscope.h and gdb_assert.h.

22 years ago * cpu/powerpc.cpu: New file.
jrydberg [Fri, 17 May 2002 15:35:51 +0000 (15:35 +0000)]
    * cpu/powerpc.cpu: New file.

22 years agoprint_insn_sh cleanup:
amylaar [Fri, 17 May 2002 14:36:41 +0000 (14:36 +0000)]
print_insn_sh cleanup:

include:
* dis-asm.h (print_insn_shl, print_insn_sh64l): Remove prototype.
gdb:
* sh-tdep.c (gdb_print_insn_sh64): Delete.
(gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
(sh_gdbarch_init): Always use gdb_print_insn_sh.
opcodes:
* disassemble.c (disassembler): Just use print_insn_sh for bfd_arch_sh.
* sh-dis.c (LITTLE_BIT): Delete.
(print_insn_sh, print_insn_shl): Deleted.
(print_insn_shx): Renamed to
(print_insn_sh).  No longer static.  Handle SHmedia instructions.
Use info->endian to determine endianness.
* sh64-dis.c (print_insn_sh64, print_insn_sh64l): Delete.
(print_insn_sh64x): No longer static.  Renamed to
(print_insn_sh64).  Removed pfun_compact and endian arguments.
If we got an uneven address to indicate SHmedia, adjust it.
Return -2 for SHcompact instructions.
sim/sh64:
* sim-if.c (sh64_disassemble_insn): Use  print_insn_sh instead of
print_insn_shl.

22 years ago * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
amodra [Fri, 17 May 2002 13:24:59 +0000 (13:24 +0000)]
* elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
(ppc64_elf_relocate_section): Don't warn about reloc overflow when
we've already warned about an undefined symbol.  Report more
detail on reloc errors.

22 years agoRemove stale files.
amodra [Fri, 17 May 2002 10:36:49 +0000 (10:36 +0000)]
Remove stale files.

22 years ago * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
amodra [Fri, 17 May 2002 10:34:28 +0000 (10:34 +0000)]
* acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
* configure.in: Invoke AM_INSTALL_LIBBFD.
* Makefile.am (install-data-local): Move to..
(install_libopcodes): .. New target.
(uninstall_libopcodes): Likewise.
(install-bfdlibLTLIBRARIES): Likewise.
(uninstall-bfdlibLTLIBRARIES): Likewise.
(bfdlibdir): New.
(bfdincludedir): New.
(lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.

22 years ago * acinclude.m4 (AM_INSTALL_LIBBFD): New.
amodra [Fri, 17 May 2002 10:33:59 +0000 (10:33 +0000)]
* acinclude.m4 (AM_INSTALL_LIBBFD): New.
* configure.in: Invoke AM_INSTALL_LIBBFD.
* Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
(install_libbfd): .. New target.
(uninstall_libbfd): Likewise.
(install-bfdlibLTLIBRARIES): Likewise.
(uninstall-bfdlibLTLIBRARIES): Likewise.
(bfdlibdir): New.
(bfdincludedir): New.
(lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.

22 years ago * NEWS: Add section for multi-arched targets. Add v850 to that section.
corinna [Fri, 17 May 2002 10:14:00 +0000 (10:14 +0000)]
* NEWS: Add section for multi-arched targets.  Add v850 to that section.

22 years agoRemove msdos subdirectory - it is obsolete.
nickc [Fri, 17 May 2002 09:58:09 +0000 (09:58 +0000)]
Remove msdos subdirectory - it is obsolete.

22 years agoRemove computation of len from inside hash loop.
nickc [Fri, 17 May 2002 09:52:02 +0000 (09:52 +0000)]
Remove computation of len from inside hash loop.

22 years ago * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()
corinna [Fri, 17 May 2002 09:32:44 +0000 (09:32 +0000)]
* fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()
by __seterrno_from_win_error().
* security.cc (open_local_policy): Ditto.
(get_lsa_srv_inf): Ditto.
(get_user_groups): Ditto.
(get_user_primary_group): Ditto.
(create_token): Ditto.
(subauth): Ditto.

22 years ago * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
corinna [Fri, 17 May 2002 08:32:27 +0000 (08:32 +0000)]
* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
opening file for writing timestamp.
* wincap.cc: Remove flag has_specific_access_rights.
* wincap.h: Ditto.

22 years ago* Makefile.in (sh_tdep_h): Define and use.
thorpej [Fri, 17 May 2002 06:55:48 +0000 (06:55 +0000)]
* Makefile.in (sh_tdep_h): Define and use.
* config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
register enum): Move to...
* * sh-tdep.h: ...here.
* sh-tdep.c: Include sh-tdep.h.
* sh3-rom.c: Likewise.
* shnbsd-tdep.c: Likewise.

22 years ago * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
marekm [Fri, 17 May 2002 05:55:13 +0000 (05:55 +0000)]
* Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
* Makefile.in: Regenerate.
* configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.

22 years ago2002-05-16 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 17 May 2002 00:05:20 +0000 (00:05 +0000)]
2002-05-16  Michael Snyder  <msnyder@redhat.com>

* arm-tdep.c: Spelling fix in comment.

22 years agodaily update
amodra [Fri, 17 May 2002 00:00:04 +0000 (00:00 +0000)]
daily update

22 years ago*** empty log message ***
gdbadmin [Fri, 17 May 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years agoAdd commands for manually expanding macros and showing their
jimb [Thu, 16 May 2002 21:15:50 +0000 (21:15 +0000)]
Add commands for manually expanding macros and showing their
definitions.
* macrocmd.c, macroscope.c, macroscope.h: New files.
* Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
(macroscope_h): New variable.
(HFILES_NO_SRCDIR): Add macroscope.h.
(COMMON_OBS): Add macrocmd.o, macroscope.o.
(macroscope.o, macrocmd.o): New rules.

22 years agoTeach the Dwarf 2 reader to read macro information.
jimb [Thu, 16 May 2002 21:00:12 +0000 (21:00 +0000)]
Teach the Dwarf 2 reader to read macro information.
* dwarf2read.c: #include "macrotab.h".
(dwarf_macinfo_buffer): New variable.
(struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
dwarf_macinfo_size.
(DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
(dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
dwarf2_macro_spaces_in_definition): New complaints.
(dwarf2_has_info): Initialize dwarf_macinfo_offset.
(dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
(dwarf2_build_psymtabs_hard): Record the buffer and its size in
the partial symbol table.
(psymtab_to_symtab_1): Set the macinfo buffer and size globals
from what's recorded in the partial symbol table.
(read_file_scope): If the compilation unit has a
`DW_AT_macro_info' attribute, read its macro information.
* Makefile.in (dwarf2read.o): Depend on macrotab.h.

22 years ago2002-05-16 Daniel Jacobowitz <drow@mvista.com>
drow [Thu, 16 May 2002 19:51:08 +0000 (19:51 +0000)]
2002-05-16  Daniel Jacobowitz  <drow@mvista.com>

        Fix PR gdb/546
        * ser-tcp.c: Don't include <netinet/udp.h>.

22 years ago * emulparams/avr1.sh: New file.
marekm [Thu, 16 May 2002 19:51:07 +0000 (19:51 +0000)]
* emulparams/avr1.sh: New file.
* emulparams/avr2.sh: New file.
* emulparams/avr3.sh: New file.
* emulparams/avr4.sh: New file.
* emulparams/avr5.sh: New file.
* scripttempl/avr.sc: New file.

22 years ago * config/tc-avr.c (mcu_types): Update for new devices.
marekm [Thu, 16 May 2002 19:23:57 +0000 (19:23 +0000)]
* config/tc-avr.c (mcu_types): Update for new devices.

22 years ago * MAINTAINERS: Add myself as the second AVR port maintainer.
marekm [Thu, 16 May 2002 18:53:22 +0000 (18:53 +0000)]
* MAINTAINERS: Add myself as the second AVR port maintainer.

22 years ago * libc/machine/sh/strcpy.S (strcpy): make sure r0 has right value
amylaar [Thu, 16 May 2002 17:29:11 +0000 (17:29 +0000)]
* libc/machine/sh/strcpy.S (strcpy): make sure r0 has right value
at first loop exit point.

22 years ago * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
amylaar [Thu, 16 May 2002 16:16:07 +0000 (16:16 +0000)]
* libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
__LITTLE_ENDIAN__.

22 years agoCorrect date in commit message.
rearnsha [Thu, 16 May 2002 13:49:21 +0000 (13:49 +0000)]
Correct date in commit message.

22 years ago * MAINTAINERS: Update my email address.
ciceron [Thu, 16 May 2002 13:38:54 +0000 (13:38 +0000)]
* MAINTAINERS: Update my email address.

22 years ago * MAINTAINERS: Update my email address.
ciceron [Thu, 16 May 2002 13:38:42 +0000 (13:38 +0000)]
* MAINTAINERS: Update my email address.

22 years ago* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
rearnsha [Thu, 16 May 2002 13:32:06 +0000 (13:32 +0000)]
* config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
include file of the same name.

22 years ago * MAINTAINERS: Update my email address.
ciceron [Thu, 16 May 2002 13:15:43 +0000 (13:15 +0000)]
* MAINTAINERS: Update my email address.

22 years ago * configure.tgt: Mark v850 as multi-arched.
corinna [Thu, 16 May 2002 12:11:36 +0000 (12:11 +0000)]
* configure.tgt: Mark v850 as multi-arched.
* config/v850/tm-v850.h: Remove file.
* config/v850/v850.mt: Eliminate TM_FILE.

22 years ago * configure.tgt: Mark v850 as multi-arched.
corinna [Thu, 16 May 2002 12:11:27 +0000 (12:11 +0000)]
* configure.tgt: Mark v850 as multi-arched.
* config/v850/tm-v850.h: Remove file.
* config/v850/v850.mt: Eliminate TM_FILE.

22 years ago * v850-tdep.c: Full multi-arch.
corinna [Thu, 16 May 2002 11:43:00 +0000 (11:43 +0000)]
* v850-tdep.c: Full multi-arch.
* config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
Define GDB_MULTI_ARCH to 2.

22 years ago2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
muller [Thu, 16 May 2002 09:34:46 +0000 (09:34 +0000)]
2002-05-02  Pierre Muller  <muller@ics.u-strasbg.fr>

* p-exp.y (current_type): New static variable.
Carries the type of the expression at the position that is parsed.
(push_current_type, pop_current_type): Two new functions. Used
to store/restore current_type in expression on specific tokens.
(search_filed): New static variable. Set to one after parsing a point as
at that point only a FIELDNAME token should be searched.
(FIELDNAME): New token. After a point only a token belonging to
current_type type definition is allowed.
(all over token rules): reset and change current_type according
to rules.
(exp '[' rule): insert implicit array index field if
exp is a pascal string type.

22 years ago * syscalls.cc (seteuid): Set default dacl in process token.
corinna [Thu, 16 May 2002 09:30:44 +0000 (09:30 +0000)]
* syscalls.cc (seteuid): Set default dacl in process token.
Replace in-line code by call to verify_token().
(setegid): Reverse change from 2002-01-21. Add call to
RevertToSelf and set primary group in impersonation token.
* security.cc (create_token): Store pgrpsid in token security
descriptor, except if it already appears in my_grps.
Use sec_acl() in place of get_dacl().
(verify_token): Create from code in seteuid(), with tighter checks.
(get_dacl) Deleted.
(get_group_sidlist): Add argument to indicate if pgrpsid is already
in the groups.
* security.h: Define verify_token().
* autoload.cc: Load GetKernelObjectSecurity().

22 years ago * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
corinna [Thu, 16 May 2002 08:23:15 +0000 (08:23 +0000)]
* v850-tdep.c: Fix comment for v850_scan_prologue.  Remove extra
frame info.  Use frame_info's saved_regs instead of matching member
in extra_frame_info throughout.
(v850_frame_init_saved_regs): New function.
(v850_init_extra_frame_info): Move most functionality into
v850_frame_init_saved_regs().
* config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
(v850_frame_find_saved_regs): Remove declaration.
(FRAME_FIND_SAVED_REGS): Remove definition.
(v850_frame_init_saved_regs): Add declaration.
(FRAME_INIT_SAVED_REGS): Add definition.

22 years agoAdd targets for sh64-linux (little endian and big endian).
nickc [Thu, 16 May 2002 08:19:16 +0000 (08:19 +0000)]
Add targets for sh64-linux (little endian and big endian).

22 years ago * v850-tdep.c: Begin multi-arch'ing v850.
corinna [Thu, 16 May 2002 07:35:19 +0000 (07:35 +0000)]
* v850-tdep.c: Begin multi-arch'ing v850.
(v850_target_architecture_hook): Remove function.
(v850_gdbarch_init): New function.  Add code previously in
v850_target_architecture_hook().
(_initialize_v850_tdep): Don't  set target_architecture_hook.
Call register_gdbarch_init() instead.

22 years ago2002-05-16 Daniel Jacobowitz <drow@mvista.com>
drow [Thu, 16 May 2002 03:59:58 +0000 (03:59 +0000)]
2002-05-16 Daniel Jacobowitz  <drow@mvista.com>

        * gdbtypes.h (struct cplus_struct_type): Remove args field.
        * hpread.c (hpread_read_struct_type): Remove assignments to args.
        (fixup_class_method_type): Likewise.

22 years ago2002-05-15 Daniel Jacobowitz <drow@mvista.com>
drow [Thu, 16 May 2002 02:33:00 +0000 (02:33 +0000)]
2002-05-15  Daniel Jacobowitz  <drow@mvista.com>

        From Martin Pool <mbp@samba.org>:
        * gdbserver/server.c (gdbserver_usage): New function.
        (main): Call it.

22 years ago*** empty log message ***
hunt [Thu, 16 May 2002 01:11:39 +0000 (01:11 +0000)]
*** empty log message ***

22 years ago2002-05-15 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 16 May 2002 01:09:34 +0000 (01:09 +0000)]
2002-05-15  Martin M. Hunt  <hunt@redhat.com>

* library/help/register.html: Rewrite docs.

* library/regwin.ith (_types): New private variable array to save
the possible types for each register.
(_type): New private variable array to save the selected type for
each register.
(_rows): New private variable. Number of rows in the table.
(_cols): New private variable. Number of cols in the table.
(_load_prefs): New private method.
(_open_memory): New private method.
(_edit_menu): Deleted:
(_select): Deleted.
(_change_format): Add optional type argument.

* library/regwin.itb (RegWin::_load_prefs): New method. Collects
all the prefs stuff here instead of in _layout_table. Prefs
code was all rewritten to handle new types and formats.
(RegWin::_build_win): Disable Double-1 binding. Bind
button 1 to edit the cell. Don't make an Edit menu item.
Remove Natural, Binary, Octal, and Raw formats. Add "Open
Memory Window" menu item.
(RegWin::_dimensions): This function was being abused so I removed
it. Replaced with inline code in _layout_table which saves its
computed values so it doesn't have to be recalculated unless
something changes.
(RegWin::_layout_table): Rewritten to be more efficient. Grabs
all values in one call to gdb_reginfo instead of one for each register.
Uses new types and formats.  Calls _load_prefs.
(RegWin::_accept_edit): Use type information when setting value.
When done, call _unedit to remove tags.
(RegWin::_open_memory): Open memory window with initial value
set to the value of a register.
(RegWin::_but3): Add types menu items. Limit format options
to reasonable ones. Add "Open Memory Window". Add "Help"
(RegWin::_edit): Just call _select_cell.
(RegWin::_edit_menu): Deleted.
(RegWin::_move): Don't recompute rows and cols; use _rows and
_cols computed by _layout_table.
(RegWin::_post_menu): Update types and formats. Disable "Open Memory
Window" if register is not integer. Remove Edit.
(RegWin::_select): Deleted.
(RegWin::_select_cell): Tag cell as being edited. Then
call focus, which is a workaround for a TkTable glitch where
the insertion bar sometimes disappeared.
(RegWin::_unedit): Clear selection. Call focus. Don't change
any bindings.
(RegWin::_get_value): Eliminate previous crap and just call
"gdb_reginfo value".
(RegWin::_change_format): Add optional type arg.  Call
"gdb_reginfo format".
(RegWin::_update): Get a list of all the changed registers
instead of checking one at a time.

* generic/gdbtk-register.c (Gdbtk_Register_Init): Don't
create gdb_pc_reg.  It is not used. Call register_gdbarch_swap
with regformat and regtype.
(gdb_register_info): Add "type" and "format" options.
(get_pc_register): Delete.
(get_register_types): New function.  Returns list of valid types
for a list of registers.
(get_register): Use saved format and type for each register. Check if
there are any registers yet (target not running). Use mem_file
to collect output. Append output to a list.
(map_arg_registers): If passed a list, iterate though each element
and build a list of values to return.
(setup_architecture_data): Memory was not being initialized, so
use xcalloc(). Allocate memory for regformat and regtype.
(gdb_regformat): New function called by "gdb_reginfo format".

22 years ago2002-05-15 Martin M. Hunt <hunt@redhat.com>
hunt [Thu, 16 May 2002 01:08:51 +0000 (01:08 +0000)]
2002-05-15  Martin M. Hunt  <hunt@redhat.com>

* generic/gdbtk-cmds.c (gdb_eval): For mem_file stuff, delete
the file when done and free memory.

22 years ago * testsuite/lib/newlib.exp: Add newlib_include_flags to compile
fitzsim [Thu, 16 May 2002 00:17:47 +0000 (00:17 +0000)]
* testsuite/lib/newlib.exp: Add newlib_include_flags to compile
options when testing natively on i[3456]86-*-linux.

22 years ago*** empty log message ***
gdbadmin [Thu, 16 May 2002 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Thu, 16 May 2002 00:00:06 +0000 (00:00 +0000)]
daily update

22 years ago * ChangeLog: Update.
fitzsim [Wed, 15 May 2002 23:49:07 +0000 (23:49 +0000)]
* ChangeLog: Update.

22 years ago * testsuite/lib/checkoutput.exp (newlib_check_output): Output
fitzsim [Wed, 15 May 2002 23:48:46 +0000 (23:48 +0000)]
* testsuite/lib/checkoutput.exp (newlib_check_output): Output
only one pass or fail per test file.  Trim \r's from output
values received from test programs.  Remove support for named
tests.
* testsuite/newlib.locale/UTF-8.exp: Update to support new
newlib_check_output behaviour.
* testsuite/newlib.locale/UTF-8.c: Likewise.

22 years ago2002-05-15 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 15 May 2002 22:58:07 +0000 (22:58 +0000)]
2002-05-15  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/stdlib.h: Add on_exit prototype.
        * libc/include/sys/reent.h (struct _atexit): Add argument array
        and bits to track type of exit routine to support both on_exit
        and atexit.
        (_REENT_INIT_PTR): Add missing fields that won't be zeroed out
        by default and change the setting of the atexit structure.
        (_REENT_INIT)[!_REENT_SMALL]: Remove extraneous end brace.
        * libc/stdlib/on_exit.c: New file.
        * libc/stdlib/Makefile.am: Add support for on_exit.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/atexit.c: Change to initialize types field.
        * libc/stdlib/exit.c: Change to look at types field for each
        exit routine and either call an atexit-style or an on_exit-style
        routine accordingly.

22 years agoAdd macro structures to GDB's symbol tables. Nobody puts anything
jimb [Wed, 15 May 2002 21:19:16 +0000 (21:19 +0000)]
Add macro structures to GDB's symbol tables.  Nobody puts anything
in them yet.
* symtab.h (struct symtab): New member: `macro_table'.
* buildsym.h (pending_macros): New global variable.
* buildsym.c: #include "macrotab.h".
(buildsym_init): Initialize `pending_macros'.
(end_symtab): If we found macro information while reading a CU's
debugging info, do build a symtab structure for it.  Make the
symtab point to the macro information, and clear the
`pending_macros' pointer which held it while we were reading the
debug info.
(really_free_pendings): Free any pending macro table.
* objfiles.h (struct objfile): New member: `macro_cache'.
* objfiles.c (allocate_objfile): Set allocate and free functions
for the macro cache's objstack.
(free_objfile): Empty the macro cache's obstack.
* symfile.c (reread_symbols): Empty the macro cache's obstack, and
set new allocate and free functions for it.
* solib-sunos.c (allocate_rt_common_objfile): Set allocate and
free functions for the macro cache's objstack.  (Why is this
function building its own objfile?)
* symmisc.c (print_objfile_statistics): Print statistics on the
macro bcache.
* Makefile.in: Note that buildsym.o depends on macrotab.h.

22 years agoAdd macro structures to GDB's symbol tables. Nobody puts anything
jimb [Wed, 15 May 2002 21:19:07 +0000 (21:19 +0000)]
Add macro structures to GDB's symbol tables.  Nobody puts anything
in them yet.
* symtab.h (struct symtab): New member: `macro_table'.
* buildsym.h (pending_macros): New global variable.
* buildsym.c: #include "macrotab.h".
(buildsym_init): Initialize `pending_macros'.
(end_symtab): If we found macro information while reading a CU's
debugging info, do build a symtab structure for it.  Make the
symtab point to the macro information, and clear the
`pending_macros' pointer which held it while we were reading the
debug info.
(really_free_pendings): Free any pending macro table.
* objfiles.h (struct objfile): New member: `macro_cache'.
* objfiles.c (allocate_objfile): Set allocate and free functions
for the macro cache's objstack.
(free_objfile): Empty the macro cache's obstack.
* symfile.c (reread_symbols): Empty the macro cache's obstack, and
set new allocate and free functions for it.
* solib-sunos.c (allocate_rt_common_objfile): Set allocate and
free functions for the macro cache's objstack.  (Why is this
function building its own objfile?)
* symmisc.c (print_objfile_statistics): Print statistics on the
macro bcache.
* Makefile.in: Note that buildsym.o depends on macrotab.h.

22 years agoRegernate cgen built files.
nickc [Wed, 15 May 2002 20:54:48 +0000 (20:54 +0000)]
Regernate cgen built files.

22 years ago* config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
rearnsha [Wed, 15 May 2002 16:21:58 +0000 (16:21 +0000)]
* config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
(REGISTER_U_ADDR): Delete definition.
(arm_register_u_addr): Delete declaration.

22 years agoDo not assume that the first thunk is located in the same section as the
nickc [Wed, 15 May 2002 15:28:11 +0000 (15:28 +0000)]
Do not assume that the first thunk is located in the same section as the
import table.  Instead check, and if necessary load the section containing
the thunk.

22 years agoReplace bfd_read with bfd_bread.
nickc [Wed, 15 May 2002 13:47:08 +0000 (13:47 +0000)]
Replace bfd_read with bfd_bread.

22 years ago* arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
rearnsha [Wed, 15 May 2002 12:29:36 +0000 (12:29 +0000)]
* arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
(ARM_LINUX_JB_ELEMENT_SIZE): Likewise.

22 years ago * cygpath.cc (get_short_paths): Fix more error checking.
corinna [Wed, 15 May 2002 11:35:59 +0000 (11:35 +0000)]
* cygpath.cc (get_short_paths): Fix more error checking.
(get_short_name): Ditto.

* cygpath.cc (main): Add option H to show the Windows' profiles
directory.  Support short names for options DPSW.  Clean up
copied code lines.
* utils.sgml: Update cygpath section for H option and s support.

22 years ago2002-05-14 Daniel Jacobowitz <drow@mvista.com>
drow [Wed, 15 May 2002 03:36:12 +0000 (03:36 +0000)]
2002-05-14  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
        stop_at -> stop_pc.

22 years ago* regcache.c (register_valid): Revise comments refering to "Not
cagney [Wed, 15 May 2002 01:01:55 +0000 (01:01 +0000)]
* regcache.c (register_valid): Revise comments refering to "Not
available" and "unavailable".
* frame.c (frame_register_read): Ditto.
* findvar.c (value_of_register): Ditto.

22 years ago * ldlang.c (section_already_linked): Call bfd_link_just_syms.
amodra [Wed, 15 May 2002 00:19:22 +0000 (00:19 +0000)]
* ldlang.c (section_already_linked): Call bfd_link_just_syms.
(lang_place_orphans): Abort if just_syms_flag.

22 years agoFix ld --just-symbols
amodra [Wed, 15 May 2002 00:18:50 +0000 (00:18 +0000)]
Fix ld --just-symbols
* aix5ppc-core.c: Warning fixes.
* aout-adobe.c (aout_32_bfd_link_just_syms): Define.
* aout-target.h (MY_bfd_link_just_syms): Define.
* aout-tic30.c (MY_bfd_link_just_syms): Define.
* bfd.c (bfd_link_just_syms): Define.
* binary.c (binary_bfd_link_just_syms): Define.
* bout.c (b_out_bfd_link_just_syms): Define.
* coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
* coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
* coffcode.h (coff_bfd_link_just_syms): Define.
* elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
(elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
(_bfd_elf_link_just_syms): Declare.
* elf.c (_bfd_elf_link_just_syms): New function.
* elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
sections haven't already been discarded by the linker.
* elflink.h (elf_link_add_object_symbols): Likewise for stab
sections and SEC_MERGE sections.
(elf_bfd_discard_info): Similarly here.
* elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
* i386msdos.c (msdos_bfd_link_just_syms): Define.
* i386os9k.c (os9k_bfd_link_just_syms): Define.
* ieee.c (ieee_bfd_link_just_syms): Define.
* ihex.c (ihex_bfd_link_just_syms): Define.
* libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
(_bfd_generic_link_just_syms): Declare.
* libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
* linker.c (_bfd_generic_link_just_syms): New function.
* mmo.c (mmo_bfd_link_just_syms): Define.
* nlm-target.h (nlm_bfd_link_just_syms): Define.
* oasys.c (oasys_bfd_link_just_syms): Define.
* ppcboot.c (ppcboot_bfd_link_just_syms): Define.
* som.c (som_bfd_link_just_syms): Define.
* srec.c (srec_bfd_link_just_syms): Define.
* targets.c (struct bfd_target): Add _bfd_link_just_syms.
(BFD_JUMP_TABLE_LINK): And here.
* tekhex.c (tekhex_bfd_link_just_syms): Define.
* versados.c (versados_bfd_link_just_syms): Define.
* vms.c (vms_bfd_link_just_syms): Define.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.

22 years ago*** empty log message ***
gdbadmin [Wed, 15 May 2002 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Wed, 15 May 2002 00:00:05 +0000 (00:00 +0000)]
daily update

22 years ago * elf32-mips.c: Remove superfluous definitions copied from
ths [Tue, 14 May 2002 23:37:52 +0000 (23:37 +0000)]
* elf32-mips.c: Remove superfluous definitions copied from
elfxx-mips.c.
(bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
SGIish vectors to check the special case.
(mips_elf_hi16_reloc): Fix comment.
(mips_elf_got16_reloc): Likewise.
(_bfd_mips_elf32_gprel16_reloc): Likewise.
(elf_reloc_map): Code cleanup.
(mips_reloc_map): Add comment.
(bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
(mips_elf32_rtype_to_howto): Likewise.
(mips_elf32_discard_info): Likewise.
(elf32_mips_irix_compat): Invert logic: Only SGIish vectors
lead to IRIX compatibility now.

22 years ago * config/tc-mips.c (macro): Warn about wrong la/dla use.
ths [Tue, 14 May 2002 23:35:58 +0000 (23:35 +0000)]
* config/tc-mips.c (macro): Warn about wrong la/dla use.

22 years ago * mips-dis.c (is_newabi): EABI is not a NewABI.
ths [Tue, 14 May 2002 23:34:00 +0000 (23:34 +0000)]
* mips-dis.c (is_newabi): EABI is not a NewABI.

22 years ago * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
ths [Tue, 14 May 2002 23:29:21 +0000 (23:29 +0000)]
* config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
worked sometimes by accident. Fix copy&paste comment.

22 years ago * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
ths [Tue, 14 May 2002 23:27:33 +0000 (23:27 +0000)]
* config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
(mips_elf_final_processing): Let n32 use .reginfo.

22 years ago * elfxx-mips.c: Call it IRIX, not Irix in comments.
ths [Tue, 14 May 2002 23:23:58 +0000 (23:23 +0000)]
* elfxx-mips.c: Call it IRIX, not Irix in comments.

22 years ago * config/tc-mips.c (append_insn): Fix too small range of variable.
ths [Tue, 14 May 2002 23:19:38 +0000 (23:19 +0000)]
* config/tc-mips.c (append_insn): Fix too small range of variable.

22 years ago* Makefile.in (remote_sim_h): Replace remote-sim_h.
cagney [Tue, 14 May 2002 22:19:49 +0000 (22:19 +0000)]
* Makefile.in (remote_sim_h): Replace remote-sim_h.
(remote-sim.o): Update dependencies.
(d10v-tdep.o): Specify dependencies.
(sim_d10v_h): Define.

22 years ago2002-05-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 May 2002 22:10:16 +0000 (22:10 +0000)]
2002-05-14  Elena Zannoni  <ezannoni@redhat.com>

* gdb.arch/altivec-abi.c: New file.
* gdb.arch/altivec-abi.exp: New file.
* gdb.arch/altivec-regs.c: New file.
* gdb.arch/altivec-regs.exp: New file.

22 years ago2002-05-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 May 2002 22:02:52 +0000 (22:02 +0000)]
2002-05-14  Elena Zannoni  <ezannoni@redhat.com>

* gdb.arch/altivec-abi.c: New file.
* gdb.arch/altivec-abi.exp: New file.
* gdb.arch/altivec-regs.c: New file.
* gdb.arch/altivec-regs.exp: New file.

22 years ago* macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
jimb [Tue, 14 May 2002 21:31:04 +0000 (21:31 +0000)]
* macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
* macrotab.c (macro_lookup_inclusion, find_definition,
new_macro_table): Same.

* macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
not `! strcmp ()'.  This is a dubious improvement.
* macrotab.c (macro_lookup_inclusion, find_definition): Same.

* macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
although it's not necessary, to avoid a warning.

22 years agoRemove redundant call to listing_prev_line
nickc [Tue, 14 May 2002 20:40:28 +0000 (20:40 +0000)]
Remove redundant call to listing_prev_line

22 years ago2002-05-14 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 14 May 2002 18:30:49 +0000 (18:30 +0000)]
2002-05-14  Daniel Jacobowitz  <drow@mvista.com>

        * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
        (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
        TYPE_INSTANCE_FLAGS.
        (struct main_type): New.
        (struct type): Move most members to struct main_type.  Change
        cv_type and as_type to new type_chain member.  Add instance_flags.
        (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
        (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
        (finish_cv_type): Remove prototype.
        * gdbtypes.c (alloc_type): Update comment.  Allocate TYPE_MAIN_TYPE.
        Set TYPE_CHAIN.
        (alloc_type_instance): New function.
        (smash_type): New function.
        (make_pointer_type, make_reference_type, make_function_type)
        (smash_to_member_type, smash_to_method_type): Call smash_type.
        (make_qualified_type): New function.
        (make_type_with_address_space): Call make_qualified_type.
        (make_cv_type): Likewise.
        (finish_cv_type): Remove unnecessary function.
        (replace_type): Update comment.  Copy TYPE_MAIN_TYPE.
        (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
        remove TYPE_CV_TYPE and TYPE_AS_TYPE.
        * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
        * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
        * hpread.c (hpread_read_struct_type): Likewise.
        * stabsread.c (read_struct_type): Likewise.

2002-05-14  Daniel Jacobowitz  <drow@mvista.com>

        * gdb.base/maint.exp (maint print type): Update for new type
        structure.

22 years ago2002-05-14 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 14 May 2002 17:09:12 +0000 (17:09 +0000)]
2002-05-14  Elena Zannoni  <ezannoni@redhat.com>

* gdb.arch: New directory.
* gdb.arch/configure.in: New file.
* gdb.arch/configure: New file.
* gdb.arch/Makefile.in: New file.