• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Révision l'heure Auteur
cb8d080 rx-fdpic 2023-01-11 20:54:27 Yoshinori Sato

WIP: rx pic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

cad324a 2023-01-06 18:39:37 Yoshinori Sato

RX: update frame analyzer

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

cc8fc8b 2022-12-27 15:48:06 Yoshinori Sato

WIP: rx-pic fix.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

9b13a4c 2022-12-22 11:00:26 Yoshinori Sato

WIP: bfd rx-pic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

f074fba 2022-12-13 11:12:30 Yoshinori Sato

WIP: ld rx-fdpic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

29d8e5f 2022-12-13 11:11:42 Yoshinori Sato

WIP: bfd rx-fdpic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

d2fb413 2022-12-12 20:55:55 Yoshinori Sato

WIP: gas rx-pic fix.

c0ffaa1 2022-12-08 12:30:07 Yoshinori Sato

WIP: gas rx fdpic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

7d37558 2022-12-08 12:30:02 Yoshinori Sato

wip: bfd rx-fdpic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

ad853ed 2022-12-07 20:39:04 Yoshinori Sato

WIP: ldemul RX pic.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

922ec9f 2022-12-07 20:38:32 Yoshinori Sato

WIP: rx-pic gas

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

b76397e 2022-12-07 20:38:05 Yoshinori Sato

WIP: bfd RX pic

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

2f008f0 2022-11-07 09:00:24 GDB Administrator

Automatic date update in version.in

93e0ec9 2022-11-06 23:48:42 Mike Frysinger

sim: build: respect AM_MAKEFLAGS when entering subdirs

This doesn't matter right now, but it will as we add more flags to
the recursive make step to pass state down.

1e5482d 2022-11-06 23:44:58 Mike Frysinger

sim: build: stop passing down SIM_PRIMARY_TARGET

This was needed when the install step was run in subdirs, but now
that we process that entirely in the top-level, we don't need to
pass this down, so drop it.

25e64b5 2022-11-06 09:00:20 GDB Administrator

Automatic date update in version.in

560f8d0 2022-11-06 03:13:06 Tom Tromey

Deprecate MI version 1

MI version 1 is long since obsolete. Rather than remove it
immediately (though I did send a patch for that), instead let's
deprecate it in GDB 13 and then remove it for GDB 14.

This version of the patch incorporates Simon's warning change, and
Luis' recommendation to mention the gdb versions here.


5a98861 2022-11-05 23:21:31 Mike Frysinger

sim: fix readline linkage

Now that we link programs in the top dir instead of the arch subdir,
update the readline library path to be relative to the top dir.

c95bd91 2022-11-05 22:28:14 Mike Frysinger

sim: use libtool to install programs

Now that we use libtool to link, we have to use it to install instead
of keeping the manual logic so we don't install wrapper shell scripts.

e5f7bc2 2022-11-05 22:02:15 Mike Frysinger

sim: bfin: move linux-fixed-code.h to top-level

c0c2523 2022-11-05 22:00:56 Mike Frysinger

sim: run: move linking into top-level

Automake will run each subdir individually before moving on to the next
one. This means that the linking phase, a single threaded process, will
not run in parallel with anything else. When we have to link ~32 ports,
that's 32 link steps that don't take advantage of parallel systems. On
my really old 4-core system, this cuts a multi-target build from ~60 sec
to ~30 sec. We eventually want to move all compile+link steps to this
common dir anyways, so might as well move linking now for a nice speedup.

We use noinst_PROGRAMS instead of bin_PROGRAMS because we're taking care
of the install ourselves rather than letting automake process it.

59d8576 2022-11-05 18:26:15 Mike Frysinger

sim: build: add uninstall support

This never worked before, but adding it to the common top-level dir
is pretty easy to do now that we're unified.

63bf33f 2022-11-05 18:26:08 Mike Frysinger

sim: build: move install steps to the top-level

We still have to maintain custom install rules due to how we rename
arch-specific files with an arch prefix in their name, but we can at
least unify the logic in the common dir.

cb9bdc0 2022-11-05 13:22:38 Mike Frysinger

sim: cris: move rvdummy linking to top-level

This is only used by `make check`, so we can move it out of the
default build too.

bfc96c1 2022-11-05 12:33:37 Mike Frysinger

sim: build: add SIM_HW_CFLAGS to top-level build too

This matches what we do with targets already.

fc9c0bd 2022-11-05 12:31:15 Mike Frysinger

sim: drop unused SIM_HARDWARE variable

This hasn't been used since the refactor way back in commit
f872d0d643968c1101bb8c07b252edd54f626da2 ("Only enable H/W
on some mips targets."), so punt it.

682a2a8 2022-11-05 12:23:28 Mike Frysinger

sim: adjust sim_hw options style

We use uppercase for other variables, and are already turning it to
uppercase in the arch-subdir.mk, so convert it in the configure step.

0fa7ad4 2022-11-05 12:04:30 Mike Frysinger

sim: ppc: drop unused /dev/zero logic

Nothing in the tree checks this option, or has checked for decades.
The pre-cvs-import ChangeLog suggests this was added & removed back
then, but can't be sure as that history doesn't exist in the VCS.

1b2af6a 2022-11-05 12:04:23 Mike Frysinger

sim: ppc: delete unused host bitsize settings

Nothing checks this define anywhere, so drop all the logic. We don't
want this to be a configure option in the first place as all such usage
should be automatic & following proper types.

319e41e 2022-11-05 12:04:22 Mike Frysinger

sim: ppc: inline the sim-packages option

This has only ever had a single option that's enabled by default.
The objects it adds are pretty small and don't add overhead at
runtime if it isn't used, so just enable it all the time to make
the build code simpler.