-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
551 lines (356 loc) · 15.1 KB
/
ChangeLog
File metadata and controls
551 lines (356 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
2019-08-22 Raphael 'kena' Poss <knz@thaumogen.net>
m4 build: Fix the file/line macros.
* installer/patches/m4-patch-file-line.patch: properly verify argc
in the line/file macros.
2019-08-22 Raphael 'kena' Poss <knz@thaumogen.net>
Apply the file/line patch on top of m4 1.4.18. The source archive
was generated on a Ubuntu system (via dpkg-source) so as to pick
up the gnulib diffs required for building on newer glib 2.28
systems.
* installer/patches/m4-patch-file-line.patch: New.
* installer/rules/m4.mk: Use it.
* installer/Makefile.am (EXTRA_DIST): Add the new patch.
2016-09-14 Raphael 'kena' Poss <knz@thaumogen.net>
Minor packaging fix.
* installer/Makefile.am: Fix the name of a patch.
2016-08-24 Raphael 'kena' Poss <r.poss@uva.nl>
Fix the patch application for gcc 5.
* installer/rules/gcc5.mk: Group the patching rules.
2016-07-29 Alyssa Milburn <amilburn@zall.org>
Allow disabling generation of hardware division instructions,
for LEON2-MT (for gcc 5.4.0 only).
* installer/Makefile.am: Include patch.
* installer/rules/gcc5.mk: Apply patch.
* installer/patches/gcc-patch-intdiv-5.4.0.patch: New.
2016-07-05 Raphael 'kena' Poss <r.poss@uva.nl>
Effectively disable the MIPSel target if MIPSel is disabled.
* installer/rules/slc.mk (SLC_TARGET_SELECT): Do it.
2016-07-05 Raphael 'kena' Poss <r.poss@uva.nl>
Fix a logic error.
* installer/rules/slc.mk ($(SLC_BUILD)/configure_done): Ensure
$(REQCURRENT) is also depended here, otherwise it only gets
created when MGSim is installed.
2016-07-05 Raphael 'kena' Poss <r.poss@uva.nl>
Packaging fix.
* installer/rules/gcc5.mk (GCC5_INST_TARGETS): depend on
`gcc5-installed-*', not `gcc-installed'.
* installer/rules/gcc5.mk ($(REQDIR)/.gcc5-installed-%): Generate
`gcc5-installed', not `gcc-installed'.
2016-07-04 Raphael 'kena' Poss <r.poss@uva.nl>
Introduce support for LEON2-MT.
* dist/binutilsng-dist.mk: New.
* dist/common.mk,
* dist/dist-common.mk: New dist target for `binutilsng'.
* installer/configure.ac: New targets for LEON2-MT; new Makefile
conditional ENABLE_NEO. New targets for `binutilsng' and `gcc4'.
* installer/rules/slc.mk: Conditionally pass --enable-leon2mt.
* installer/patches/gcc-patch-5.1.0.patch,
* installer/patches/gcc-patch-5.4.0.patch,
* installer/rules/gcc5.mk,
* installer/rules/binutilsmg.mk: New.
* installer/Makefile.am: Use them when ENABLE_NEO is set.
2015-07-26 Raphael 'kena' Poss <r.poss@uva.nl>
Fix the installation rules for `binutils' on recent systems.
* installer/rules/binutils.ml: Force disable the rules that
require `makeinfo', since .texi files in 2.18 are incompatible
with makeinfo 5+.
2015-07-26 Raphael 'kena' Poss <r.poss@uva.nl>
Upgrade the boostrapping rule for binutils packages.
* dist/binutils-dist.mk: Do not force Autoconf 2.63 any more. As
of this writing it is becoming difficult to reconfigure binutils
2.18 using recent Autotools. So far success with AC 2.69 and AM
1.11.6. AM 1.15 fails.
2015-07-23 Raphael 'kena' Poss <r.poss@uva.nl>
Fix the installation rules for `gcc' on recent systems.
* installer/rules/gcc.mk (configure_done): Force disable the
detection of `makeinfo', since .texi files in pre-4.6 GCC are
incompatible with makeinfo 5+.
* installer/rules.gcc.mk (build_done): Do not restart the build
with `LIBICONV' forced, as this is not needed any more in recent
systems.
2015-07-23 Raphael 'kena' Poss <r.poss@uva.nl>
Improve compatibility with Autoconf 2.69.
* installer/configure.ac: Use `$GREP' instead of `$ac_path_GREP'
since the latter is not set any more by `AC_PROG_GREP' in recent
Autoconf versions.
2013-01-06 Raphael 'kena' Poss <r.poss@uva.nl>
Fetch sources from GitHub by default when building distributable packages.
* dist/dist-common.mk (BASE_REPO): Do it.
2013-01-06 Raphael 'kena' Poss <r.poss@uva.nl>
Fix `configure' for use on shells where `CDPATH' is defined.
* installer/configure.ac: Compute the `configure' base directory
with `CDPATH' unset.
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Avoid installation bugs with shells where `CDPATH' is defined.
* installer/Makefile.am,
* installer/rules/binutils.ml,
* installer/rules/gcc.mk,
* installer/rules/m4.mk,
* installer/rules/ptl.mk,
* installer/rules/hlsimcore.mk,
* installer/rules/slc.mk: Use `$(am__cd)' instead of `cd'
directly, as it will reset `CDPATH'. Also use paths relative to
`.' to avoid `CDPATH'-related resolution.
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Packaging fix.
* installer/configure.ac: Ensure that the subdirectory `tags' is
created when `--with-tagfile' is used at the first invocation of
`configure'.
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Improve compatibility with Python 2.7.
* installer/slenv.in: Also provision for python2.7 in PYTHONPATH.
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Upgrade the naming of the MGSim executables.
* installer/rules/mgsim.mk: Adopt the MGSim standard naming of
program names, using the target core architecture as executable
prefix (instead of suffix as previously).
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Minor packaging improvements.
* installer/configure.ac: Bump requirements to the latest Autotool
versions.
* installer/bootstrap: Do not force Automake 1.11, since 1.12 is
out now.
2012-11-07 Raphael 'kena' Poss <r.poss@uva.nl>
Add support for the MIPSel targets.
* installer/configure.ac: New flags --enable-mipsel/--disable-mipsel.
* installer/Makefile.am: Identify support for MIPSel in the version tag.
* installer/slenv.in,
* installer/deslenv.in: Set/unset the MIPSel-related environment variables.
* installer/rules/binutils.mk,
* installer/rules/gcc.mk,
* installer/rules/mgsim.mk: Also compile for MIPSel.
2012-05-25 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix version number generation for the installer.
* installer/configure.ac: Use `git-version-gen'.
* installer/build-aux/package-version: Remove, as is not necessary
any more.
2012-05-25 Raphael 'kena' Poss <r.c.poss@uva.nl>
Increase portability of the installer.
* installer/rules/hlsimcore.mk,
* installer/rules/gcc.mk,
* installer/rules/binutils.mk: Use `$(MAKE)' instead of `make'.
2012-04-30 Raphael 'kena' Poss <r.c.poss@uva.nl>
Update licensing and copyright information.
* dist/README,
* dist/binutils-dist.mk,
* dist/common.mk,
* dist/dist-common.mk,
* dist/gcc-dist.mk,
* dist/hlsim-core-dist.mk,
* dist/m4-dist.mk,
* dist/mgsim-dist.mk,
* dist/ptl-dist.mk,
* dist/slc-dist.mk,
* installer/Makefile.am,
* installer/README,
* installer/configure.ac,
* installer/deslenv.in,
* installer/rules/binutils.mk,
* installer/rules/gcc.mk,
* installer/rules/hlsimcore.mk,
* installer/rules/m4.mk,
* installer/rules/mgsim.mk,
* installer/rules/ptl.mk,
* installer/rules/slc.mk,
* installer/rules/slenv.mk,
* installer/slenv.in,
* installer/slversion.in: Do it.
* README: Rename to...
* README.rst: ...here.
2012-04-30 Raphael 'kena' Poss <r.c.poss@uva.nl>
Update rules after migration of MGSim to git.
* dist/dist-common.mk: Update repository name.
* dist/mgsim-dist.mk: Update fetch rules.
2011-11-22 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix `deslenv'.
* installer/deslenv.in: Synchronize the list of variables with
`slenv'.
2011-11-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Minor packaging fix.
* installer/rules/gcc.mk,
* installer/rules/binutils.mk,
* installer/rules/hlsimcore.mk: Force a rebuild if installing to a
new target installation tree.
2011-11-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Upgrade installer to 3.6.
* installer/build-aux/package_version: Do it.
2011-11-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Add support for ptl and hlsim in the installer.
* installer/rules/ptl.mk,
* installer/rules/hlsimcore.mk: New.
* installer/rules/slc.mk: Depend on them.
* installer/configure.ac,
* installer/Makefile.am: Add rules for them.
2011-11-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Clean up the installer.
* installer/configure.ac: Use `mkdir -p' explicitly because
`$MKDIR_P' seems to not work properly. Check for more variables
that may pollute the build.
* installer/rules/mgsim.mk,
* installer/rules/slc.mk: Always ensure that the target
installation directory exists.
* installer/slenv.in: Use `mtsparc-linux-gnu' instead of
`mtsparc-leon-linux' for the MT-SPARC tools. Also define
`CC_MTALPHA_OVERRIDE'.
2011-11-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
New packaging makefiles for ptl and hlsim.
* dist/ptl-dist.mk,
* dist/hlsim-core-dist.mk: New.
* dist/common.mk,
* dist/dist-common.mk: Update to mention ptl and hlsim.
* dist/mgsim-dist.mk: Clean up an unnecessary comment.
2011-05-27 Raphael 'kena' Poss <r.c.poss@uva.nl>
Upgrade installer to 3.5.
* installer/build-aux/package_version: Do it.
2011-05-26 Raphael 'kena' Poss <r.c.poss@uva.nl>
Update the packaging of MGSim to re-generate the ChangeLog.
* dist/mgsim-dist.mk: Do it.
2011-05-26 Raphael 'kena' Poss <r.c.poss@uva.nl>
Update the installer for MGSim 3.1.
* installer/configure.ac: Check for SDL here.
* installer/rules/mgsim.mk: Update to compile the simulator with
different compile flags. This is necessary since 3.1 does not
compile multiple binaries any more.
* installer/rules/mgsim.mk: Move the command that generates the
symbolic link to the target installation directory to...
* installer/Makefile.am: ...here.
2011-04-01 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix the installer to deal with pristine installs.
* installer/Makefile.am (install-data-local): Avoid trying to copy
`*'.
2011-04-01 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix the packaging makefiles to deal with multiple git branches.
* dist/binutils-dist.mk,
* dist/gcc-dist.mk,
* dist/m4-dist.mk,
* dist/slc-dist.mk: Only pick the first branch that matches.
2011-04-01 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix the installer.
* installer/Makefile.am: Include rules for `slenv' again.
2011-03-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Upgrade installer to 3.4.
* installer/build-aux/package_version: Do it.
2011-03-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
New arguments in installer to enable/disable MT support.
* installer/configure.ac: New arguments `--disable-mtalpha' and
`--disable-mtsparc'. Default is to enable. New AM conditionals.
* installer/Makefile.am,
* installer/rules/binutils.mk,
* installer/rules/gcc.mk,
* installer/rules/slc.mk,
* installer/rules/mgsim.mk: Use the conditionals.
2011-03-17 Raphael 'kena' Poss <r.c.poss@uva.nl>
Update repository URL in packager.
* dist/dist-common.mk (SLC_REPO): Change from `sys.git' to
`slcore.git'.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Fix detection of version number.
* installer/configure.ac: Fix relative path to SCM root (git).
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Upgrade installer to 3.3.
* installer/build-aux/package_version: Do it.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Notify copyright on packager.
* dist/README: New.
* dist/binutils-dist.mk,
* dist/common.mk,
* dist/dist-common.mk,
* dist/gcc-dist.mk,
* dist/m4-dist.mk,
* dist/mgsim-dist.mk,
* dist/slc-dist.mk: Add copyright notices.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
License the installer.
* installer/COPYING: New.
* installer/README: Document the license.
* installer/Makefile.am,
* installer/bootstrap,
* installer/configure.ac,
* installer/deslenv.in,
* installer/rules/binutils.mk,
* installer/rules/gcc.mk,
* installer/rules/m4.mk,
* installer/rules/mgsim.mk,
* installer/rules/slc.mk,
* installer/rules/slenv.mk,
* installer/slenv.in,
* installer/slversion.in: Add copyright and licensing notices.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Simplify the distribution Makefiles.
* dist/common.mk (REQPARTS): Forget about SysC here too.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Remove obsolete file.
* deploy/installer/versions.m4: Remove. This was made obsolete
earlier by the automatic download of version files.
2011-03-07 Raphael 'kena' Poss <r.c.poss@uva.nl>
Protect the installation process against stray envvars.
* installer/configure.ac: Check for variable set by `slenv'. They
should not be set otherwise incorrect paths may become embedded in
the build. Also check `MGSIM_ALPHA', `MGSIM_SPARC'.
* installer/deslenv.in: Unset more variables.
2011-03-06 Raphael 'kena' Poss <r.c.poss@uva.nl>
Remove custom patches to SysC.
* dist/sc-dist.mk,
* patches/sysc.patch,
* sysc/README,
* sysc/bootstrap,
* sysc/do_diff.sh: Delete.
2011-03-06 Raphael 'kena' Poss <r.c.poss@uva.nl>
Simplify the directory structure.
* deploy/installer/,
* deploy/dist/,
* deploy/patches/,
* deploy/sysc/: Move to...
* installer/,
* dist/,
* patches/,
* sysc/: ... here.
2011-03-06 Raphael 'kena' Poss <r.c.poss@uva.nl>
Do not check for alternate binary during MGSim distribution.
* deploy/dist/mgsim-dist.mk: Remove check on configure output.
2011-03-06 Raphael 'kena' Poss <r.c.poss@uva.nl>
Do not require `libgnugetopt' on OS X any more.
The latest combination of M4 / OS X does not seem to require this.
* deploy/installer/configure.ac: Remove the tests on
`libgnugetopt'.
2011-03-06 Raphael 'kena' Poss <r.c.poss@uva.nl>
Do not install SystemC any more.
The newer version of MGSim (at this date) does not require SystemC
for the alternate COMA implementation. Drop the requirement.
* deploy/installer/rules/sc.mk: Remove.
* deploy/installer/Makefile.am: Do not mention SystemC any more.
* deploy/installer/rules/mgsim.mk: Do not fish for `include' and
`lib' in the requirements tree.
2010-12-15 Raphael 'kena' Poss <r.c.poss@uva.nl>
Upgrade installer to 3.2.
* deploy/installer/build-aux/package_version: Do it.
2010-12-14 Raphael 'kena' Poss <r.c.poss@uva.nl>
Refactor the installer as a result of the gcc/binutils cleanup.
* deploy/installer/bootstrap: Use `sl-init-autoconf' to fetch the
build auxiliary files.
* deploy/installer/configure.ac,
* deploy/installer/Makefile.am: Forget about `mggcc'.
* deploy/installer/rules/mggcc.mk: Remove.
* deploy/installer/rules/binutils.mk: Do not build the base
targets any more, since the compiler now uses the `mt' targets
always.
* deploy/installer/rules/gcc.mk: Build the `mt' target now.
2010-12-14 Raphael 'kena' Poss <r.c.poss@uva.nl>
Refactor the deployment utilities as a result of the gcc/binutils cleanup.
The custom GCC patch was recently integrated as a 'mtalpha' target
on a dedicated Microthreaded-enabled GCC tree. This drops the
requirement for both the µTC core compiler and the
'alpha-linux-gnu' binutils targets. Additionally, development on
the custom binutils was also moved to a dedicated repository.
* deploy/dist/common.mk,
* deploy/dist/dist-common.mk: Forget about `mggcc'.
* deploy/dist/mggcc-dist.mk: Remove.
* deploy/dist/dist-common.mk,
* deploy/dist/binutils-dist.mk,
* deploy/dist/gcc-dist.mk,
* deploy/dist/slc-dist.mk: Fetch source from Git repositories
instead of Subversion.
* deploy/dist/m4-dist.mk: Use the Git hash in the source tree name
instead of timestamps to support persistence across builds.
* deploy/patches/gcc.patch: Remove, as this is now integrated
in a branch on a dedicated GCC repository.