rth%cygnus.com
|
4ab7cbbb92
|
Re-implement for your legal protection.
|
1998-12-12 08:20:30 +00:00 |
rth%cygnus.com
|
82a9967e08
|
Add missing java class include files.
|
1998-12-12 08:18:07 +00:00 |
rth%cygnus.com
|
6098b57b95
|
Insert directory entries into a SortedTree for searching.
|
1998-12-12 05:23:36 +00:00 |
rth%cygnus.com
|
f949848d90
|
(EF_LIBS): Add DebuggerChannel and EFDisassemble.
(JAVAH): Set LD_LIBRARY_PATH.
|
1998-12-12 04:10:43 +00:00 |
rth%cygnus.com
|
b1ca5bba6a
|
(MKSHLIB): Must use gcc, not ld, to create shared libraries w/ constructors.
(NSPR_THREAD_LIBS): New.
|
1998-12-12 04:09:28 +00:00 |
rth%cygnus.com
|
a1cda39f55
|
(LIBRARY_NAME): Change to EFDisassemble.
|
1998-12-12 04:08:12 +00:00 |
rth%cygnus.com
|
6927c2b1ac
|
(DIRS): Wildcard on the cpu, so that processors that do not have
disassemblers can still build.
|
1998-12-12 04:07:44 +00:00 |
rth%cygnus.com
|
d6f90439cc
|
Use local labels as needed.
|
1998-12-12 04:06:58 +00:00 |
rth%cygnus.com
|
2598d55c67
|
(GetPassedException): Abort. The existing "mov ecx,E" thing can not work.
Plus it generated invalid assembly.
|
1998-12-12 04:06:26 +00:00 |
rth%cygnus.com
|
3901f4507c
|
Streamline INLINE_GET_EBP.
Error if this file is used on anything except x86.
|
1998-12-12 04:04:01 +00:00 |
rth%cygnus.com
|
80d3f0b550
|
ANSI C++ disallows reinterpret_cast between objects and functions.
|
1998-12-12 04:02:56 +00:00 |
rth%cygnus.com
|
7f926ea720
|
Make sure nsinstall gets built before make export tries to use it.
|
1998-12-12 04:02:05 +00:00 |
rth%cygnus.com
|
7ae6f2e79a
|
The arch bits call for Linux{ver} not LinuxELF{ver}.
|
1998-12-11 18:49:27 +00:00 |
rth%cygnus.com
|
d99dac8a6e
|
Re-implement for your legal protection.
|
1998-12-11 18:37:20 +00:00 |
rth%cygnus.com
|
040e326358
|
Use a proper sigcontext for Linux, just as is done for BSD.
|
1998-12-11 18:35:52 +00:00 |
rth%cygnus.com
|
9dc145f4fc
|
Fix bogus gcc x86 asms.
|
1998-12-11 18:33:48 +00:00 |
toshok%hungry.com
|
4267878169
|
we need to fix this, but to get things building i've made the copy constructors public and provided an implementation of them that just PR_ASSERT(0)'s.
|
1998-12-11 04:41:05 +00:00 |
toshok%hungry.com
|
0dfd8f4fec
|
anything greater than gcc 2.8 should have terminate already.
|
1998-12-11 04:10:21 +00:00 |
toshok%hungry.com
|
efc4099d09
|
XDisAsmTable.c is not included in the distribution (for licensing reasons.) don't reference it in the Makefile.
|
1998-12-11 04:04:19 +00:00 |
toshok%hungry.com
|
9190700c3b
|
add freebsd support.
|
1998-12-11 04:03:33 +00:00 |
toshok%hungry.com
|
704af423e0
|
allow building without jvmdi
|
1998-12-11 04:03:13 +00:00 |
toshok%hungry.com
|
bd8b598067
|
add FreeBSD support.
|
1998-12-11 04:01:07 +00:00 |
toshok%hungry.com
|
eaf7885602
|
cleanup
|
1998-12-11 04:00:52 +00:00 |
toshok%hungry.com
|
46845dec22
|
always turn on BATCH_COMPILATION (ef won't build without it.) and allow building without jvmdi support. to enable jvmdi support, install the jvmdi.h file in ef/Debugger and setenv USE_JVMDI 1
|
1998-12-11 04:00:14 +00:00 |
toshok%hungry.com
|
68a37100ef
|
add support for FreeBSD
|
1998-12-11 03:57:33 +00:00 |
toshok%hungry.com
|
6a9b538ba7
|
file needed for freebsd port.
|
1998-12-11 03:57:00 +00:00 |
toshok%hungry.com
|
2ddd90f41a
|
Fix the burm_STATE_LABEL thing, since the version of burg that I have (and that I assume we'll be using) doesn't use SET_STATE_LABEL - it makes assignments to STATE_LABEL.
|
1998-12-11 02:48:32 +00:00 |
toshok%hungry.com
|
e465591426
|
reorder member initialization to quiet warning.
|
1998-12-11 02:39:50 +00:00 |
toshok%hungry.com
|
f7dcf43bef
|
fix warnings by providing empty virtual destructors for classes that needed them, reordering initialization of member variables, and by giving the type uint to all the 'const nFooTypes;' variables.
|
1998-12-10 11:52:47 +00:00 |
toshok%hungry.com
|
f62f0ab788
|
do it right this time.
|
1998-12-10 11:27:43 +00:00 |
toshok%hungry.com
|
bd72068332
|
reverse initialization order to get around compiler warning.
|
1998-12-10 11:25:31 +00:00 |
toshok%hungry.com
|
aacdb0d78a
|
remove trigraph
|
1998-12-10 11:17:47 +00:00 |
toshok%hungry.com
|
7bcafbbdd4
|
add a special rule so that make doesn't attempt on successive builds to compile PrimitiveOperations from PrimitiveOperations.cpp
|
1998-12-10 11:03:29 +00:00 |
toshok%hungry.com
|
448294c402
|
correct (rather serious) warning.
|
1998-12-10 10:51:45 +00:00 |
toshok%hungry.com
|
b5219a9c9f
|
add FREEBSD
|
1998-12-10 08:09:06 +00:00 |
toshok%hungry.com
|
6320afb665
|
trim down Makefile.
|
1998-12-10 08:07:31 +00:00 |
toshok%hungry.com
|
9e160e68eb
|
get the Compiler/CodeGenerator/md stuff compiling
|
1998-12-10 08:06:25 +00:00 |
toshok%hungry.com
|
c1753775aa
|
the object files for EF are put in $(DIST)/modules/EF/ now. track this change.
|
1998-12-10 08:04:55 +00:00 |
toshok%hungry.com
|
0f49f908ab
|
remove the manifest.mn and rules.mk files, folding them into the Makefile.
|
1998-12-10 08:04:18 +00:00 |
toshok%hungry.com
|
98377af64f
|
phew. ok. get the config stuff at least limping along. i've used freebsd for this, but linux ought to work as well (even the freebsd stuff isn't perfect yet.)
|
1998-12-10 08:03:50 +00:00 |
toshok%hungry.com
|
9fa434af5a
|
use the mkdepend from the normal mozilla tree. it's got more portability foo in it.
|
1998-12-10 08:02:59 +00:00 |
toshok%hungry.com
|
0d1aaf5741
|
fix a warning in generated code.
|
1998-12-10 07:59:47 +00:00 |
toshok%hungry.com
|
cefe449078
|
add md stuff for freebsd.
|
1998-12-10 07:56:37 +00:00 |
toshok%hungry.com
|
87916b7f29
|
add the npl/copyright foo
|
1998-12-10 04:56:00 +00:00 |
fur%netscape.com
|
3d1f08ff79
|
Moved Win32 build instructions to mozilla.org
|
1998-12-09 05:57:20 +00:00 |
toshok%hungry.com
|
d4ab5d4c06
|
remove this stragler.
|
1998-12-05 01:37:01 +00:00 |
toshok%hungry.com
|
e1144533cc
|
wrap -include with ifneq
|
1998-12-04 22:50:22 +00:00 |
toshok%hungry.com
|
8a6efb2e03
|
get rid of the remaining manifest, rules.mk, and config.mk files.
|
1998-12-04 22:37:15 +00:00 |
fur%netscape.com
|
53f8b7e464
|
Initial check-in of ElectricalFire, a Java JIT compiler.
|
1998-12-03 21:10:47 +00:00 |