This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gas-940429: missing opcodes/disassemble.c ...



   Date: Mon,  2 May 94 07:49:06 PDT
   From: Minh Tran-Le <TRANLE@intellicorp.com>

   The file `opcodes/disassemble.c' seems to be missing from the gas-940429
   snapshot.   Here is the error I got when trying to build it:

   ...
   make[1]: Entering directory `/gnu/src/gas-940429/opcodes'
   gcc -c -O2 -DFASCIST_FDOPEN -DAIX386_CORE  -I. -I/minh/gnu/src/gas-940429/opcodes -I../bfd -I/minh/gnu/src/gas-940429/opcodes/../include -I/minh/gnu/src/gas-940429/opcodes/../bfd  /minh/gnu/src/gas-940429/opcodes/i386-dis.c
   gcc -c -O2 -DFASCIST_FDOPEN -DAIX386_CORE  -I. -I/minh/gnu/src/gas-940429/opcodes -I../bfd -I/minh/gnu/src/gas-940429/opcodes/../include -I/minh/gnu/src/gas-940429/opcodes/../bfd  /minh/gnu/src/gas-940429/opcodes/dis-buf.c
   make[1]: *** No rule to make target `disassemble.c'.  Stop.
   make[1]: Leaving directory `/gnu/src/gas-940429/opcodes'
   make: *** [all-opcodes] Error 1

Yup.  I forgot to tweak some config files to ensure that that file
would be kept in the distribution.  I fixed it the next day, but
someone deleted our copies of gzip and GNU tar, so the snapshots
aren't getting made.  I'll try to work around this today, so tonight a
normal snapshot should show up, including disassemble.c.

For now, just remove it from the makefile; nothing calls it yet.